Commit 4736896e authored by tianyiming's avatar tianyiming

更新96333码

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