shicf
2025-02-08 32174429510dc5f2e816a6e217f515e37af07d9a
src/main/java/com/product/mobile/core/service/FaceMobileService.java
@@ -149,6 +149,7 @@
            uuid.setType("String");
            uuid.setTable(table_name);
            uuid.setHidden("1");
            uuid.setDisabled("1");
            ls.add(uuid);
         }
@@ -189,6 +190,7 @@
         }
         if ("uuid".equals(f.getString("field_name"))) {
            uuid.setHidden("1");
            uuid.setDisabled("1");
         }
         if ("userids".equals(f.getString("field_type")) || "orgUuids".equals(f.getString("field_type"))) {
            uuid.setMultiple("1");