许鹏程
6 天以前 001ead79e19e94ed4e693106431f122b3412529f
更新
已修改1个文件
3 ■■■■ 文件已修改
src/main/java/com/product/mobile/core/service/FaceMobileService.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/product/mobile/core/service/FaceMobileService.java
@@ -241,7 +241,8 @@
        if (StringUtils.isEmpty(tableUuid)) {
            throw new BaseException(MobileCoreCode.SYSTEM_FORM_COUNT);
        }
        FieldSetEntity faceFse = getBaseDao().getFieldSetByFilter("product_sys_face", "table_uuid=? and face_type=2", new Object[]{tableUuid}, true);
        String faceType = BaseUtil.ifNull(fse.getString("face_type"), "2");
        FieldSetEntity faceFse = getBaseDao().getFieldSetByFilter("product_sys_face", "table_uuid=? and face_type=?", new Object[]{tableUuid,faceType}, true);
        faceFse.setTableName(tableName);
        return getFaceField(faceFse);
    }