| | |
| | | } else { |
| | | uuid.setMultiple("0"); |
| | | } |
| | | |
| | | |
| | | if ("userids".equals(f.getString("field_type")) || "userid".equals(f.getString("field_type"))) { |
| | | uuid.setOrganizationType("5"); |
| | | } else if("orgUuids".equals(f.getString("field_type")) || "orgUuid".equals(f.getString("field_type"))) { |
| | | } else if ("orgUuids".equals(f.getString("field_type")) || "orgUuid".equals(f.getString("field_type"))) { |
| | | uuid.setOrganizationType("2"); |
| | | } |
| | | |
| | |
| | | if (StringUtils.isEmpty(tableUuid)) { |
| | | throw new BaseException(MobileCoreCode.SYSTEM_FORM_COUNT); |
| | | } |
| | | FieldSetEntity faceFse = getBaseDao().getFieldSetByFilter("product_sys_face", "table_uuid=? and face_type=2", new Object[]{tableUuid}, true); |
| | | 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); |
| | | return getFaceField(faceFse); |
| | | } |