|
@@ -37,10 +37,10 @@ public class DataRulesServiceImpl implements DataRulesService
|
|
|
throw new ServerException("标准类型 ruleType is null ");
|
|
|
}
|
|
|
|
|
|
- if(dataRules.getRuleConfig() == null || dataRules.getRuleConfig().equals("{}")){
|
|
|
-
|
|
|
- throw new ServerException("规则配置 ruleConfig is null ");
|
|
|
- }
|
|
|
+// if(dataRules.getRuleConfig() == null || dataRules.getRuleConfig().equals("{}")){
|
|
|
+//
|
|
|
+// throw new ServerException("规则配置 ruleConfig is null ");
|
|
|
+// }
|
|
|
|
|
|
if(dataRules.getSubjectId() == null ){
|
|
|
|