许鹏程
5 天以前 eb8d72c413fd12ccfa30e0d38fd9fce2ff054f4f
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);
      }