许鹏程
6 天以前 eb8d72c413fd12ccfa30e0d38fd9fce2ff054f4f
更新
已修改1个文件
2 ■■■ 文件已修改
src/main/java/com/product/mobile/core/service/FaceMobileService.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/product/mobile/core/service/FaceMobileService.java
@@ -252,7 +252,7 @@
        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);
        if ("1".equals(faceType)) {
        if ("1".equals(faceType) && FieldSetEntity.isEmpty(faceFse)) {
            //列表
            return faceApplyService.getFaceListConf(faceFse);
        }