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