lyhzzz %!s(int64=2) %!d(string=hai) anos
pai
achega
a5028e9109

+ 1 - 1
src/main/java/com/fdkankan/sale/service/impl/RepairSupplyService.java

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