feat: 采集数量提示

dev_2.5_inv
chenhc 3 months ago
parent 154f6de244
commit a234c88796

@ -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) + ";";
}
}
}

Loading…
Cancel
Save