Merge branch 'master' of http://121.40.234.130:8899/zhangzq/wms
This commit is contained in:
@@ -186,7 +186,7 @@ public class PmFormDataServiceImpl extends ServiceImpl<PmFormDataMapper, PmFormD
|
|||||||
if (StringUtils.isNotEmpty(field)) {
|
if (StringUtils.isNotEmpty(field)) {
|
||||||
JSONObject itemMappingConfig = fieldMapping.get(field);
|
JSONObject itemMappingConfig = fieldMapping.get(field);
|
||||||
if (itemMappingConfig == null) {
|
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"))) {
|
if (StringUtils.isNotEmpty(itemMappingConfig.getString("skipExpression"))) {
|
||||||
//el表达式解析
|
//el表达式解析
|
||||||
|
|||||||
Reference in New Issue
Block a user