no message
This commit is contained in:
parent
b4cb0f6a65
commit
38b6211531
|
|
@ -1809,7 +1809,7 @@ public class OrderMasterController extends BaseController {
|
||||||
|
|
||||||
@PostMapping("/updateMasterAddress")
|
@PostMapping("/updateMasterAddress")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public AjaxResult updateMasterAddress(OrderMaster orderMaster) {
|
public AjaxResult updateMasterAddress(@RequestBody OrderMaster orderMaster) {
|
||||||
|
|
||||||
return toAjax(orderMasterService.updateOrderMasterAddressById(orderMaster));
|
return toAjax(orderMasterService.updateOrderMasterAddressById(orderMaster));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue