Commit 93157098 by 陶光胜

配置表

parent 0720aee0
......@@ -46,7 +46,7 @@ public class CustomSettingApiServiceImpl implements CustomSettingApiService {
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), tableName + "不存在");
}
Map<String, Object> map = JSON.parseObject(params, Map.class);
String repeateSetting = tableSetting.getFields();
String repeateSetting = tableSetting.getRepeateSetting();
if(StringUtils.isNotBlank(repeateSetting)){
String[] split = repeateSetting.split(",");
List<Criteria> criteriaList = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment