Commit ef8be6eb authored by 韩桐桐's avatar 韩桐桐

fix(jg):详情显示使用登记证编号

parent e71ae4d7
......@@ -1071,7 +1071,11 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
if (!ValidationUtil.isEmpty(equipInfoMap)) {
resultMap.put(EQUIP_INFO_FORM_ID, equipInfoMap);
}
if (ValidationUtil.isEmpty(equipInfoMap.get("useRegistrationCode"))) {
equipInfoMap.put("hasUseReg", 0);
} else {
equipInfoMap.put("hasUseReg", 1);
}
// 处理复制设备信息
if ("1".equals(isCopy)) {
equipInfoMap.put("EQU_CODE_TYPE", "1");
......
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