综合销售情况表 查询合计值

This commit is contained in:
king
2026-03-23 16:43:05 +08:00
parent e7bc45add5
commit 813660cf93

View File

@@ -39,7 +39,7 @@ public class NewGrBiSaAggMonthCountController extends BaseController
/** /**
* 查询综合销售情况月维度-总计 * 查询综合销售情况月维度-总计
*/ */
// @PreAuthorize("@ss.hasPermi('agg:month:total:detail')") // @PreAuthorize("@ss.hasPermission('agg:month:total:detail')")
@PostMapping("/total/detail") @PostMapping("/total/detail")
public BaseWebResult getTotalDetail(HttpServletRequest req) public BaseWebResult getTotalDetail(HttpServletRequest req)
{ {