Commit 3fa2ab1c authored by fangxinjiang's avatar fangxinjiang

社保自动化配置-fxj

parent ccc1ce03
...@@ -71,7 +71,6 @@ public class TSocialAlertInfoController { ...@@ -71,7 +71,6 @@ public class TSocialAlertInfoController {
return R.failed(CommonConstants.USER_FAIL); return R.failed(CommonConstants.USER_FAIL);
} }
tSocialAlertInfo.setReceiveUser(user.getId()); tSocialAlertInfo.setReceiveUser(user.getId());
log.error("tSocialAlertInfo:" + tSocialAlertInfo.getReceiveUser());
return new R<>(tSocialAlertInfoService.getTSocialAlertInfoPage(page, tSocialAlertInfo)); return new R<>(tSocialAlertInfoService.getTSocialAlertInfoPage(page, tSocialAlertInfo));
} }
......
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