|
@@ -75,7 +75,7 @@ public class RepairSupplyService {
|
|
if(type == 0){
|
|
if(type == 0){
|
|
wrapper.eq(PriceList::getOutStatus,0);
|
|
wrapper.eq(PriceList::getOutStatus,0);
|
|
}
|
|
}
|
|
- if(type == 0){
|
|
|
|
|
|
+ if(type == 1){
|
|
wrapper.eq(PriceList::getRecoveryStatus,0);
|
|
wrapper.eq(PriceList::getRecoveryStatus,0);
|
|
}
|
|
}
|
|
List<PriceList> list = priceListService.list(wrapper);
|
|
List<PriceList> list = priceListService.list(wrapper);
|