Merge branch 'refs/heads/dev_js_20260325'

This commit is contained in:
king
2026-03-26 08:46:15 +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(","));