Compare commits
2 Commits
52ccd2a272
...
977c93423f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
977c93423f | ||
|
|
4c05ebcc28 |
@@ -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(","));
|
||||
|
||||
Reference in New Issue
Block a user