Commit 770348ef authored by huyuchen's avatar huyuchen

接口屏蔽

parent 43e88fd2
...@@ -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