mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
禅道#676问题修复
This commit is contained in:
+1
-1
@@ -361,7 +361,7 @@ public class ReportTemplateServiceImpl implements ReportTemplateService {
|
|||||||
if (ObjectUtil.isNotNull(queryMap)) {
|
if (ObjectUtil.isNotNull(queryMap)) {
|
||||||
for (Map.Entry<String, Object> entry : queryMap.entrySet()) {
|
for (Map.Entry<String, Object> entry : queryMap.entrySet()) {
|
||||||
String key = entry.getKey();
|
String key = entry.getKey();
|
||||||
if (ObjectUtils.isEmpty(entry.getValue()) && (ObjectUtil.notEqual(key, "datasetIds") || ObjectUtil.notEqual(key, "datasourceIds "))) {
|
if (ObjectUtils.isEmpty(entry.getValue()) && ObjectUtil.notEqual(key, "datasetIds") && ObjectUtil.notEqual(key, "datasourceIds")) {
|
||||||
throw ServiceExceptionUtil.exception(TEMPLATE_PREIVEW_QUERYPARAM_EMPTY, key);
|
throw ServiceExceptionUtil.exception(TEMPLATE_PREIVEW_QUERYPARAM_EMPTY, key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user