| | |
| | | package com.ruoyi.sy.service; |
| | | |
| | | import java.io.UnsupportedEncodingException; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | import com.ruoyi.sy.domain.ArdAccessFence; |
| | | import com.ruoyi.sy.domain.ArdSyCar; |
| | | import com.ruoyi.sy.domain.ArdSyUser; |
| | | import com.ruoyi.sy.param.ArdSyCarParam; |
| | | import com.ruoyi.utils.result.Results; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | |
| | | * @return 三一车辆集合 |
| | | */ |
| | | public List<ArdSyCar> selectArdSyCarList(ArdSyCar ardSyCar); |
| | | |
| | | AjaxResult ardSyCarList(ArdSyCarParam ardSyCarParam,Map<String,Object> result); |
| | | |
| | | /** |
| | | * 新增三一车辆 |
| | |
| | | * @param usersId |
| | | * @return |
| | | */ |
| | | Map<String,Object> allListByUser(ArdSyUser ardSyUser, String syURL,String usersId); |
| | | Map<String,Object> allListByUser(ArdSyUser ardSyUser, String syURL,String usersId, List<Long> deptList); |
| | | |
| | | List<Map<String,String>> getCarList(ArdSyUser ardSyUser, String syURL,String usersId,String teamId); |
| | | |
| | |
| | | |
| | | Results getCarGPSTrack(Map<String,String> map,String syURL, ArdSyUser ardSyUser); |
| | | |
| | | Results getCarGPSBycarId(String usersId, String carId, String syURL, ArdSyUser ardSyUser); |
| | | Map<String, Object> getCarGPSBycarId(String usersId, String carId, String syURL, ArdSyUser ardSyUser); |
| | | |
| | | Map<String, Object> getCarPicture(String carId, String syURL, ArdSyUser ardSyUser); |
| | | String getSessionId(String syURL,ArdSyUser ardSyUser); |
| | | |
| | | Map<String, Object> getCarPicture(String carId, String syURL, String sessionId); |
| | | |
| | | Map<String, Object> sendCmd(String userId,String syURL,String sessionId,String carId, List<String> channelList) throws UnsupportedEncodingException; |
| | | |
| | | Map<String, Object> getPhoto(String syURL,String carId,String sessionId,String startTime); |
| | | |
| | | Map<String, Object> getVideo(String syURL,String carId,ArdSyUser ardSyUser); |
| | | |
| | | /** |
| | | * 根据用户及车辆主键追踪车辆 |
| | |
| | | |
| | | List<ArdSyCar> all(); |
| | | |
| | | Map<String, Object> getAlarmHPfmCountDetail(String sessionId,String usersId,String carId,String startTime,String endTime,String syURL); |
| | | |
| | | public Map<String,Object> getOnlineSYCarPosition(String soilderId); |
| | | } |