|
|
|
@ -420,8 +420,8 @@ public class IoCollectOrderController extends BaseController {
|
|
|
|
|
isAllTag = false;
|
|
|
|
|
String cpmctymc = collectOrderBizResponse.getCpmctymc();
|
|
|
|
|
Integer count = collectOrderBizResponse.getCount();
|
|
|
|
|
Integer autoResCount = IntUtil.value(collectOrderBizResponse.getAutoResCount());
|
|
|
|
|
msg = msg +" "+ cpmctymc + ":未采集数量" + (count - autoResCount) + ";";
|
|
|
|
|
Integer shouldcount = IntUtil.value(collectOrderBizResponse.getShouldCount());
|
|
|
|
|
msg = msg +" "+ cpmctymc + ":未采集数量" + (count - shouldcount) + ";";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|