Commit f21a2b61 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/master'

parents caa05111 770348ef
...@@ -405,7 +405,7 @@ public class TPaymentInfoController { ...@@ -405,7 +405,7 @@ public class TPaymentInfoController {
@SysLog("手动推送社保缴费库明细的数据") @SysLog("手动推送社保缴费库明细的数据")
@PostMapping("/pushPaymentSocialFundInfo") @PostMapping("/pushPaymentSocialFundInfo")
public R<Boolean> pushPaymentSocialFundInfo() { public R<Boolean> pushPaymentSocialFundInfo() {
tPaymentInfoService.pushPaymentSocialFundInfo(); // tPaymentInfoService.pushPaymentSocialFundInfo();
return R.ok(); return R.ok(null,"需要推送请联系系统管理员");
} }
} }
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