|
@@ -78,6 +78,9 @@ public class RepairSupplyService {
|
|
if(type == 1){
|
|
if(type == 1){
|
|
wrapper.eq(PriceList::getRecoveryStatus,0);
|
|
wrapper.eq(PriceList::getRecoveryStatus,0);
|
|
}
|
|
}
|
|
|
|
+ if(type == 2){
|
|
|
|
+ wrapper.eq(PriceList::getOutStatus,1);
|
|
|
|
+ }
|
|
List<PriceList> list = priceListService.list(wrapper);
|
|
List<PriceList> list = priceListService.list(wrapper);
|
|
|
|
|
|
List<RepairRegisterPartVo> parts = new ArrayList<>();
|
|
List<RepairRegisterPartVo> parts = new ArrayList<>();
|