Commit d9d87814 authored by suhuiguang's avatar suhuiguang

1.编辑功能调整

parent 893a28bf
...@@ -2139,7 +2139,8 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD ...@@ -2139,7 +2139,8 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
IdxBizJgProjectContraption::getEquDefineName, IdxBizJgProjectContraption::getEquDefineName,
BaseEntity::getSequenceNbr, BaseEntity::getSequenceNbr,
IdxBizJgProjectContraption::getEquList, IdxBizJgProjectContraption::getEquList,
IdxBizJgProjectContraption::getEquCategory); IdxBizJgProjectContraption::getEquCategory,
IdxBizJgProjectContraption::getEquDefine);
IdxBizJgProjectContraption projectContraption = jgProjectContraptionService.getBaseMapper().selectOne(queryWrapper); IdxBizJgProjectContraption projectContraption = jgProjectContraptionService.getBaseMapper().selectOne(queryWrapper);
if(projectContraption != null){ if(projectContraption != null){
detail.put("equListName", projectContraption.getEquListName()); detail.put("equListName", projectContraption.getEquListName());
...@@ -2147,6 +2148,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD ...@@ -2147,6 +2148,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
detail.put("equDefineName", projectContraption.getEquDefineName()); detail.put("equDefineName", projectContraption.getEquDefineName());
detail.putIfAbsent("EQU_LIST_CODE", projectContraption.getEquList()); detail.putIfAbsent("EQU_LIST_CODE", projectContraption.getEquList());
detail.putIfAbsent("EQU_CATEGORY_CODE", projectContraption.getEquCategory()); detail.putIfAbsent("EQU_CATEGORY_CODE", projectContraption.getEquCategory());
detail.putIfAbsent("EQU_DEFINE_CODE", projectContraption.getEquDefine());
} }
} }
} }
......
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