添加修改通知

This commit is contained in:
韩鹏辉
2023-08-11 15:25:53 +08:00
parent 59e0c758de
commit 06b400b652

View File

@@ -172,7 +172,7 @@ public class AuditCallbackController {
@PostMapping("lklModfiyCallBack")
public String lklModfiyCallBack(@RequestBody Map<String, Object> map) throws Exception{
log.info("修改回调信息:{}", JSONUtil.toJsonStr(map));
return null;
return lklMerAuditService.auditEditHander(map);
}