回滚
This commit is contained in:
@@ -233,7 +233,7 @@ public class ScheduledJob {
|
|||||||
.eq("VALID_FLAG","0")
|
.eq("VALID_FLAG","0")
|
||||||
.ne("DTBJH","");
|
.ne("DTBJH","");
|
||||||
//查询代替标准字段得到一个 被代替了的标准的id的键值对列表
|
//查询代替标准字段得到一个 被代替了的标准的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<>();
|
HashMap<String, Integer> replaceIdCountMap = new HashMap<>();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user