|
@@ -68,8 +68,8 @@ public class AgentNewController {
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
userService.checkUserName(param.getUserName());
|
|
|
- agentNewService.save(param);
|
|
|
param.setSysUserId(Integer.valueOf((String)StpUtil.getLoginId()));
|
|
|
+ agentNewService.save(param);
|
|
|
return ResultData.ok();
|
|
|
}
|
|
|
@PostMapping("/update")
|