Commit 26398879 authored by fangxinjiang's avatar fangxinjiang

代码优化-提醒信息优化-fxj

parent 06afdd10
......@@ -92,7 +92,7 @@ public class EkpAlertTableServiceImpl extends ServiceImpl<EkpAlertTableMapper, E
userIds = sysUserEkpMap.get(entry.getKey());
config = pushMap.get(entry.getKey());
if (Common.isNotKong(config)){
content = String.format("系统告警:%s 当前您所属的成本中心:%s下的%s预算余额剩余%s元,已不足%s%%,请关注预算使用情况。如有需要,可尽快追加预算,以免影响人员报销。",
content = String.format("系统告警:%s 当前您所属的成本中心:%s下的%s预算余额剩余%s元,已不足%s%%,请关注预算使用情况。如有需要,可尽快追加预算以免影响人员报销。",
config.getAt(),
config.getCbzx(),
config.getKm(),
......
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