revert
This commit is contained in:
@@ -186,7 +186,7 @@ public class PmFormDataServiceImpl extends ServiceImpl<PmFormDataMapper, PmFormD
|
||||
if (StringUtils.isNotEmpty(field)) {
|
||||
JSONObject itemMappingConfig = fieldMapping.get(field);
|
||||
if (itemMappingConfig == null) {
|
||||
throw new BadRequestException(String.format("当前表单没有配置字段:%s 映射", new String[]{field}));
|
||||
throw new BadRequestException(String.format(" 当前表单没有配置字段:%s 映射", new String[]{field}));
|
||||
}
|
||||
if (StringUtils.isNotEmpty(itemMappingConfig.getString("skipExpression"))) {
|
||||
//el表达式解析
|
||||
|
||||
Reference in New Issue
Block a user