1
This commit is contained in:
@@ -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 {
|
||||||
// 调用批量更新方法
|
// 调用批量更新方法
|
||||||
|
|||||||
Reference in New Issue
Block a user