Commit d62e38b5 authored by suhuiguang's avatar suhuiguang

1.增加说明

parent fad8996f
...@@ -433,6 +433,7 @@ public class JgChangeRegistrationReformServiceImpl extends BaseService<JgChangeR ...@@ -433,6 +433,7 @@ public class JgChangeRegistrationReformServiceImpl extends BaseService<JgChangeR
ids.forEach(id -> commonServiceImpl.deleteTaskModel(String.valueOf(id))); ids.forEach(id -> commonServiceImpl.deleteTaskModel(String.valueOf(id)));
} }
@Override
public Map<String, Object> getDetail(String currentDocumentId, String equipId) { public Map<String, Object> getDetail(String currentDocumentId, String equipId) {
JgChangeRegistrationReform jgChangeRegistrationReform = this.getBaseMapper().selectById(currentDocumentId); JgChangeRegistrationReform jgChangeRegistrationReform = this.getBaseMapper().selectById(currentDocumentId);
if (ObjectUtils.isEmpty(equipId)) { if (ObjectUtils.isEmpty(equipId)) {
......
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