Commit a09a352f authored by fangxinjiang's avatar fangxinjiang

消息提醒--上线更新

parent fefc3523
......@@ -14,6 +14,5 @@ public interface MesConstants {
/**
* 項目订单URL
**/
String orderUrl ="http://36.7.147.19:28080/sys/modeling/main/modelingAppView.do?method=modelView&listviewId=185943766d6e9ff50d8fea1414eaf460&fdId=";
String orderUrl ="http://ekp.wanxinwork.com/sys/modeling/main/modelingAppView.do?method=modelView&listviewId=185943766d6e9ff50d8fea1414eaf460&fdId=";
}
......@@ -152,7 +152,21 @@ public class MsgInfoServiceImpl extends ServiceImpl<MsgInfoMapper, MsgInfo> impl
if (Common.isNotNull(tempMap)){
this.removeByIds(tempMap.values());
}
this.saveBatch(saves);
if (Common.isNotNull(saves)){
this.saveBatch(saves);
// 发给李鑫
for (MsgInfo sv:saves){
sv.setId(null);
sv.setAlertUser("lixin");
}
this.saveBatch(saves);
// 发给高叶卉
for (MsgInfo sv:saves){
sv.setId(null);
sv.setAlertUser("gaoyh");
}
this.saveBatch(saves);
}
}
}
}
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