Commit 4736896e authored by tianyiming's avatar tianyiming

更新96333码

parent 10a49d1a
......@@ -48,7 +48,7 @@
"EQU_LIST" equipList,
"EQU_CATEGORY" equipCategory,
ibjoi."CODE96333" code,
ibjoi."CLAIM_STATUS" STATUS,
ibjoi."CLAIM_STATUS" status,
ibjoi."RECORD"
FROM
idx_biz_jg_other_info ibjoi
......
......@@ -140,6 +140,7 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
equipList = map.get("EQU_LIST").toString();
} else {
EquInfoDto equInfoDto = categoryOtherInfoMapper.selectEquipInfo(record);
if("6035".equals(equInfoDto.getStatus())){
//判断这条数据是否已经有电梯96333码和监管码
//如果都有则直接返回
if (ObjectUtils.isEmpty(equInfoDto.getSupervisor()) || ObjectUtils.isEmpty(equInfoDto.getCode())) {
......@@ -150,6 +151,9 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
} else {
return 0;
}
}else {
return 0;
}
}
//生成码
Map<String, String> codeMap = new HashMap<>();
......
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