lyhzzz 2 سال پیش
والد
کامیت
a5028e9109
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/fdkankan/sale/service/impl/RepairSupplyService.java

+ 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);