增加dataType区分小流域

This commit is contained in:
zy 2026-03-21 18:55:43 +08:00
parent c19c345f6b
commit cfb359f4e3
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ public class SurvAlertRecordServiceImpl extends ServiceImpl<SurvAlertRecordMappe
baojing.setSurvValue(jsonObject.getString("val"));
baojing.setNormalValue(jsonObject.getString(CommonConstant.VAL_LOW)+"~"+jsonObject.getString(CommonConstant.VAL_HEIGHT));
baojing.setSurvUnit(jsonObject.getString("unit"));
baojing.setTenantId(deviceDeploy.getTenantId());
// baojing.setNoticeEmail(jsonObject.getString("email"));
saveList.add(baojing);
// if(StringUtils.isNotBlank(jsonObject.getString("email"))){