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); }