|
@@ -44,16 +44,6 @@ import java.util.Set;
|
|
|
@Slf4j
|
|
|
public class AbstractAdmDictBaseServiceImpl<T> implements IAdmDictBaseService<T> {
|
|
|
|
|
|
- private static final Set<String> TABLE_INFOS=CollUtil.newHashSet("id","name","localId","localName",
|
|
|
- "qRCodePic","defaultQRCode","rFID","cADID","bimId","bimTypeId","bimLocation","bimFamilyName",
|
|
|
- "bimFamilySymbol","equipSerial","modelId","note","introduction","businessFloorNum","officeFloorNum",
|
|
|
- "shaftSequenceId","outline","buildQRCode","bimIdPre","floorSequenceId","floorSequenceID",
|
|
|
- "permanentPeopleNum","floorIdentity","depth","width","buildArea","netArea","height","intro",
|
|
|
- "ratedCoolingP","ratedHeatingP","acType","zoneOrientation","roomFuncType","roomSerial",
|
|
|
- "projRoomFuncType","ratedLightP","zoneType","tenantType","tenant","elecCap","pollutionDegree",
|
|
|
- "groupCode","projectId","objType","classCode","grouping","virtualCodes","createApp","updateApp",
|
|
|
- "creator","creationTime","modifier","modifiedTime","valid");
|
|
|
-
|
|
|
@Autowired
|
|
|
private DmpRwdClient rwdClient;
|
|
|
|
|
@@ -243,7 +233,7 @@ public class AbstractAdmDictBaseServiceImpl<T> implements IAdmDictBaseService<T>
|
|
|
admVO.setPath(AdmDictConstant.INFOS_EX+admVO.getCode());
|
|
|
return;
|
|
|
}
|
|
|
- if (TABLE_INFOS.contains(admVO.getCode())
|
|
|
+ if (AdmDictConstant.TABLE_INFOS.contains(admVO.getCode())
|
|
|
|| ((AdmDictConstant.FIRST_BASE_TAG.equals(admVO.getFirstName())
|
|
|
|| AdmDictConstant.HIS_FIRST_BASE_TAG.equals(admVO.getFirstName())
|
|
|
|| AdmDictConstant.HIS_FIRST_BASE_TAG_TWO.equals(admVO.getFirstName()))
|