fix:销售订单接口返回

This commit is contained in:
LiWeiJie 2024-07-12 11:58:53 +08:00
parent 2129462398
commit 21b9156aff

View File

@ -110,7 +110,6 @@ public class WmsSaleOrderInfoController extends BaseController
@GetMapping(value = "/selectTotalOrderAmount") @GetMapping(value = "/selectTotalOrderAmount")
public AjaxResult selectTotalOrderAmount() public AjaxResult selectTotalOrderAmount()
{ {
Map<String,String> map= wmsSaleOrderInfoService.selectTotalOrderAmount(); return success(wmsSaleOrderInfoService.selectTotalOrderAmount());
return success();
} }
} }