Commit 328e8d7d authored by 赵啸非's avatar 赵啸非

修改每日考勤记录重复多条情况

parent 43faa6e4
......@@ -99,10 +99,8 @@ public class ParamController extends BaseCRUDJsonBodyMappingController<ParamServ
paramQuery.setParamKey(paramKey);
ParamEntity paramEntity = this.service.selectOne(paramQuery);
if (!ObjectUtils.isEmpty(paramEntity)) {
entity.setCreateUserId(paramEntity.getId());
entity.setId(paramEntity.getId());
}
}
public static void main(String[] args) {
......
......@@ -5,7 +5,7 @@ Content-Type: application/json
{
"loginName":"admin",
"password":"xhxADMIN8@a",
"password":"admin",
"securityCode":"admin"
}
......
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