发货添加错误时返回原因
This commit is contained in:
@@ -722,9 +722,7 @@ public class BuyOrderController {
|
||||
@RequestMapping(value = "/delivery", method = RequestMethod.POST)
|
||||
public R delivery(@RequestParam("expressCompanyCode") String expressCompanyCode,
|
||||
@RequestBody List<Integer> buyOrderProductId) throws Exception {
|
||||
buyOrderService.delivery(expressCompanyCode, buyOrderProductId);
|
||||
return R.ok();
|
||||
|
||||
return buyOrderService.delivery(expressCompanyCode, buyOrderProductId);
|
||||
}
|
||||
|
||||
@RequestMapping("/mytest")
|
||||
|
||||
Reference in New Issue
Block a user