定时任务 VALID_FLAG='0'
This commit is contained in:
@@ -227,7 +227,8 @@ public class ScheduledJob {
|
||||
*/
|
||||
QueryWrapper<SarStandAttrInfo> columnForDTBJH = new QueryWrapper<>();
|
||||
|
||||
columnForDTBJH.select("DTBJH");
|
||||
columnForDTBJH.select("DTBJH")
|
||||
.eq("VALID_FLAG","0");
|
||||
//查询代替标准字段得到一个 被代替了的标准的id的键值对列表
|
||||
List<Map<String, Object>> replaceStandIdMaps = sarStandAttrInfoDao.selectMaps(columnForDTBJH);
|
||||
HashMap<String, Integer> replaceIdCountMap = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user