vip
This commit is contained in:
@@ -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());
|
||||
// }
|
||||
// }
|
||||
|
||||
/**
|
||||
* 申请退款
|
||||
|
||||
Reference in New Issue
Block a user