no message

This commit is contained in:
cb 2025-04-24 11:16:09 +08:00
parent b4cb0f6a65
commit 38b6211531
1 changed files with 1 additions and 1 deletions

View File

@ -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));
} }