2 Commits

Author SHA1 Message Date
king
977c93423f Merge branch 'refs/heads/dev_js_20260325' 2026-03-26 08:46:15 +08:00
king
4c05ebcc28 综合销售情况表 sql 调整 2026-03-26 08:45:49 +08:00

View File

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