sql优化查询

This commit is contained in:
zy 2025-12-01 11:09:37 +08:00
parent 94ee4819f2
commit 4a9fe0e4f6
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ public class IotCommonP3ServiceImpl {
}
tempEnt.setSurvItem(pollutionEnum.getCode());
String vals = EntityFieldUtil.getFieldValue(transdataOrientwaterVo,zhibiao.getEntityField(),String.class);
log.warn(zhibiao.getEntityField()+"=============wtch==============="+vals);
EntityFieldUtil.setFieldValue(tempEnt,zhibiao.getEntityField(),vals);
tempEnt.setDeployId(deploy.getId());
listFinal.add(tempEnt);