| | |
| | | import com.fzzy.igds.data.PageResponse; |
| | | import com.fzzy.igds.data.PatrolSuperData; |
| | | import com.fzzy.igds.domain.*; |
| | | import com.fzzy.igds.response.BaseResponse; |
| | | import com.fzzy.igds.utils.ContextUtil; |
| | | import com.fzzy.igds.utils.SystemUtil; |
| | | import com.fzzy.common.manager.CommonManager; |
| | |
| | | return secManager.getQuantityFiles(param); |
| | | } |
| | | |
| | | /** |
| | | * 数量监测-开始检测 |
| | | * |
| | | * @param param |
| | | * @return |
| | | */ |
| | | @RequestMapping("/check-single") |
| | | @ResponseBody |
| | | public BaseResponse checkSingle(@RequestBody IgdsBaseParam param) { |
| | | |
| | | return secManager.checkSingle(param); |
| | | } |
| | | |
| | | /** |
| | | * 数量监测-停止检测 |
| | | * |
| | | * @param param |
| | | * @return |
| | | */ |
| | | @RequestMapping("/check-stop") |
| | | @ResponseBody |
| | | public BaseResponse checkStop(@RequestBody IgdsBaseParam param) { |
| | | return secManager.checkStop(param); |
| | | } |
| | | |
| | | /*------------------巡更轨迹页面------------------*/ |
| | | /** |