修改大屏异常信息经纬度
This commit is contained in:
+1
-1
@@ -686,7 +686,7 @@ public class WatchMonitorDataServiceImpl extends ServiceImpl<WatchMonitorDataMap
|
|||||||
WatchMonitorDataVo vo = new WatchMonitorDataVo();
|
WatchMonitorDataVo vo = new WatchMonitorDataVo();
|
||||||
BeanUtil.copyProperties(watchMonitorData, vo);
|
BeanUtil.copyProperties(watchMonitorData, vo);
|
||||||
vo.setCreateTime(watchMonitorData.getCreateDate());
|
vo.setCreateTime(watchMonitorData.getCreateDate());
|
||||||
if (StringUtils.hasLength(String.valueOf(watchMonitorData.getLon())) || StringUtils.hasLength(String.valueOf(watchMonitorData.getLat()))) {
|
if (ObjUtil.isEmpty(watchMonitorData.getLonGd()) || ObjUtil.isEmpty(watchMonitorData.getLatGd())) {
|
||||||
String code = watchMonitorData.getOrgCode();
|
String code = watchMonitorData.getOrgCode();
|
||||||
if (StringUtils.hasLength(code)) {
|
if (StringUtils.hasLength(code)) {
|
||||||
SysDepart sysDepart = orgMap.get(GlobalUtils.getThirdDepartOrgCode(code));
|
SysDepart sysDepart = orgMap.get(GlobalUtils.getThirdDepartOrgCode(code));
|
||||||
|
|||||||
Reference in New Issue
Block a user