Ver Fonte

金猪售猪记录

523096025 há 3 anos atrás
pai
commit
c105854d23

+ 1 - 1
huimv-goldpig/huimv-goldpig-eartag/src/main/java/com/huimv/eartag/service/impl/BizSellPigApplyServiceImpl.java

@@ -357,7 +357,7 @@ public class BizSellPigApplyServiceImpl extends ServiceImpl<BizSellPigApplyMappe
         wrapper.eq("inspec_flow_status",2);
         int count2 = this.count(wrapper);
 
-        wrapper.eq("inspec_flow_status",5);
+        wrapper.eq("record_status",5);
         int count1 = this.count(wrapper);
         inspecVo.setUnQualifiedNum(count1);