This commit is contained in:
menxipeng
2025-11-09 23:28:29 +08:00
parent 9f87272433
commit 0033f7875a
7 changed files with 241 additions and 74 deletions

View File

@@ -73,18 +73,18 @@ public class ClientOrderInfoController extends BaseController
}
}
/**
* 确认出货
*/
@Log(title = "确认出货", businessType = BusinessType.UPDATE)
@PostMapping("/confirmShipment")
public AjaxResult confirmShipment(@RequestParam("orderId") String orderId) {
try {
return orderInfoService.confirmShipment(orderId);
} catch (Exception e) {
return AjaxResult.error("确认出货失败: " + e.getMessage());
}
}
// /**
// * 确认出货
// */
// @Log(title = "确认出货", businessType = BusinessType.UPDATE)
// @PostMapping("/confirmShipment")
// public AjaxResult confirmShipment(@RequestParam("orderId") String orderId) {
// try {
// return orderInfoService.confirmShipment(orderId);
// } catch (Exception e) {
// return AjaxResult.error("确认出货失败: " + e.getMessage());
// }
// }
/**
* 申请退款