This commit is contained in:
Leo
2025-11-15 17:48:17 +08:00
parent b495431b7e
commit 98b56ab11b

View File

@@ -268,7 +268,8 @@ public class JDOrderListController extends BaseController
* 一次性批量更新历史订单将赔付金额大于0的订单标记为后返到账 * 一次性批量更新历史订单将赔付金额大于0的订单标记为后返到账
* 此方法只应执行一次,用于处理历史数据 * 此方法只应执行一次,用于处理历史数据
*/ */
@PostMapping("/tools/batch-mark-rebate-received") @Log(title = "批量标记后返到账", businessType = BusinessType.UPDATE)
@RequestMapping(value = "/tools/batch-mark-rebate-received", method = {RequestMethod.POST, RequestMethod.GET})
public AjaxResult batchMarkRebateReceivedForCompensation() { public AjaxResult batchMarkRebateReceivedForCompensation() {
try { try {
// 调用批量更新方法 // 调用批量更新方法