This commit is contained in:
zhaokaiyao@91isoft.com
2022-01-27 15:06:45 +08:00
parent 4379ede739
commit fdd3003916
@@ -233,7 +233,7 @@ public class ScheduledJob {
.eq("VALID_FLAG","0")
.ne("DTBJH","");
//查询代替标准字段得到一个 被代替了的标准的id的键值对列表
List<Map<String, Object>> replaceStandIdMaps = sarStandAttrInfoDao.selectMaps(columnForDTBJH).subList(0,100);
List<Map<String, Object>> replaceStandIdMaps = sarStandAttrInfoDao.selectMaps(columnForDTBJH);
HashMap<String, Integer> replaceIdCountMap = new HashMap<>();