许鹏程
5 天以前 929e9fedb97a88ef122100e03f775fedae79c474
更新
已修改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) && FieldSetEntity.isEmpty(faceFse)) {
        if ("1".equals(faceType) && !FieldSetEntity.isEmpty(faceFse)) {
            //列表
            return faceApplyService.getFaceListConf(faceFse);
        }