mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
修正接口文档:获取管理端销售总额信息
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ public class SalesDetailsController {
|
||||
|
||||
@GetMapping("/total")
|
||||
@Operation(summary = "获取管理端销售总额信息")
|
||||
public CommonResult<TotalSalesAmountRespVO> getManageRechargeDetailsBalanceInfo() {
|
||||
public CommonResult<TotalSalesAmountRespVO> getManageTotalSalesInfo() {
|
||||
return success(purchaseService.getTotalSales());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user