Commit 4ebd0e9a authored by fangxinjiang's avatar fangxinjiang

见费出单逻辑-fxj

parent 9783fe98
......@@ -1026,7 +1026,7 @@ public class TInsuranceDetailController {
**/
@Operation(summary = "手动拉取缴费状态", description = "手动拉取缴费状态")
@PostMapping("/pullPaymentStatus")
public R pullPaymentStatus(@RequestParam String idStr) {
return tInsuranceDetailService.pullPaymentStatus(idStr);
public R pullPaymentStatus() {
return tInsuranceDetailService.pullPaymentStatus(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