|
@@ -1,5 +1,6 @@
|
|
|
package com.sooka.sponest.data.digitalfirecontrol.service.impl;
|
|
|
|
|
|
+import com.ruoyi.common.core.utils.bean.BeanUtils;
|
|
|
import com.ruoyi.common.datascope.annotation.DataScopeMutiDept;
|
|
|
import com.sooka.sponest.data.app.domain.VisuForestCloudMapVO;
|
|
|
import com.sooka.sponest.data.base.service.impl.BaseServiceImpl;
|
|
@@ -117,6 +118,7 @@ public class FireControlViewServiceImpl extends BaseServiceImpl implements IFire
|
|
|
setSookaDataBase(dataVisuFireCloudMapVO);
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
VisuForestCloudMapVO vo = new VisuForestCloudMapVO();
|
|
|
+ BeanUtils.copyProperties(dataVisuFireCloudMapVO, vo);
|
|
|
setSookaDataBase(vo);
|
|
|
List ryList = centerdataTFirecontrolPersonMapper.selectVisualResourcesRy(vo);
|
|
|
List<String> userIdList = fireControlViewMapper.selectFireUerId(dataVisuFireCloudMapVO);
|