fix:销售订单接口返回
This commit is contained in:
parent
2129462398
commit
21b9156aff
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user