Commit f53c52ed authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents be862ba3 1ef8cdea
...@@ -99,10 +99,8 @@ public class ParamController extends BaseCRUDJsonBodyMappingController<ParamServ ...@@ -99,10 +99,8 @@ public class ParamController extends BaseCRUDJsonBodyMappingController<ParamServ
paramQuery.setParamKey(paramKey); paramQuery.setParamKey(paramKey);
ParamEntity paramEntity = this.service.selectOne(paramQuery); ParamEntity paramEntity = this.service.selectOne(paramQuery);
if (!ObjectUtils.isEmpty(paramEntity)) { if (!ObjectUtils.isEmpty(paramEntity)) {
entity.setCreateUserId(paramEntity.getId()); entity.setId(paramEntity.getId());
} }
} }
public static void main(String[] args) { public static void main(String[] args) {
......
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