Commit 1fb6e30e authored by suhuiguang's avatar suhuiguang

feat(tcm):操作日志

1.增加记录操作人名称及公司名称
parent f4a359b3
......@@ -378,6 +378,7 @@ public class TzBaseEnterpriseInfoController extends BaseController {
@RequestMapping(value = "/companyInfoUpdateById", method = RequestMethod.POST)
@ApiOperation(httpMethod = "POST", value = "根据ID修改企业信息-监管单位使用", notes = "根据ID修改企业信息-监管单位使用")
@RestEventTrigger(value = "operateLogRestEventHandler")
@RequireUserDetails
public ResponseModel<TzBaseEnterpriseInfoDto> companyInfoUpdateById(@RequestBody Map<String, Object> map) {
return ResponseHelper.buildResponse(iTzBaseEnterpriseInfoService.updateCompanyInfoById(map, getSelectedOrgInfo()));
}
......
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