This commit is contained in:
zhaokaiyao@91isoft.com
2021-08-25 14:24:42 +08:00
parent d5d885651b
commit a5ad8077d4
@@ -126,6 +126,7 @@ public class ScheduledJob {
//持久化至预警表 忽略标准id和标志位都一样的数据
if (warningList.size()!=0){
//此表的STAND_CODE和MARK字段需建立唯一性约束
int count = sarStandardWarningDao.ignoreInsert(warningList);
System.out.println("已预警 " + count + " 条标准或条款!!");
}