Commit b3d3a3e9 authored by liuChang's avatar liuChang

添加默认监控分批传参

parent d2938048
...@@ -369,6 +369,10 @@ public class MonitorServiceImpl implements MonitorService { ...@@ -369,6 +369,10 @@ public class MonitorServiceImpl implements MonitorService {
log.info("获取供应商企业id数量:"+idList.size()); log.info("获取供应商企业id数量:"+idList.size());
PushMonitorCompanyAddVo addVo = new PushMonitorCompanyAddVo(); PushMonitorCompanyAddVo addVo = new PushMonitorCompanyAddVo();
Long userId = LoginHelper.getUserId();
if (ObjectUtil.isNotEmpty(userId)) {
addVo.setUserId(userId);
}
addVo.setSystemCode("ZJYJ"); addVo.setSystemCode("ZJYJ");
int size = idList.size(); int size = idList.size();
if (size<=200){ if (size<=200){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment