综合销售情况表 sql 调整

This commit is contained in:
king
2026-03-26 08:45:49 +08:00
parent cd89f7cfa8
commit 4c05ebcc28

View File

@@ -48,7 +48,7 @@ public class zhxsqkPlugin implements ReportAroundAdvicePlugin {
Map<String, Object> params = enhanceContext.getParam().getParams(); Map<String, Object> params = enhanceContext.getParam().getParams();
if (params.containsKey("Group by")) { if (params.containsKey("Group by")) {
if (params.containsKey("goodsname")) { if (params.containsKey("goodsName")) {
throw new lideeYunJiException("在选择维度时,“货品名称”不能有值!"); throw new lideeYunJiException("在选择维度时,“货品名称”不能有值!");
} }
List<String> groupFieldList = Arrays.asList(params.get("Group by").toString().split(",")); List<String> groupFieldList = Arrays.asList(params.get("Group by").toString().split(","));