| | |
| | | |
| | | /** |
| | | * 查询场所集合信息 |
| | | * |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | List<TreeStringNode> selectPlaceNodeList(Long userId); |
| | | List<TreeStringNode> selectPlaceNodeList(Long userId); |
| | | |
| | | /** |
| | | * 场所信息自定义新增/修改 |
| | | * |
| | | * @param placeVO |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 历史场所挂接处理-临时 |
| | | * |
| | | * @param place |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 历史场所标签挂接处理-临时 |
| | | * |
| | | * @param place |
| | | * @return |
| | | */ |
| | | Object historyPlaceLabelHandle(PlaceVO place); |
| | | Object historyPlaceLabelHandle(PlaceVO place); |
| | | |
| | | /** |
| | | * 场所表 自定义详情查询 |
| | | * |
| | | * @param place |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 场所数据到导入 |
| | | * |
| | | * @param data |
| | | * @param isCovered |
| | | */ |
| | | void importPlace(List<PlaceExcel> data, Boolean isCovered); |
| | | void importPlace(List<PlaceExcel> data, Boolean isCovered); |
| | | |
| | | /** |
| | | * 场所(商超)导入 |
| | | * |
| | | * @param data |
| | | * @param isCovered |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 自定义修改 |
| | | * |
| | | * @param placeVO |
| | | * @return |
| | | */ |
| | |
| | | /** |
| | | * 场所标签数据处理 |
| | | */ |
| | | Object placeLabelHandle(); |
| | | Object placeLabelHandle(); |
| | | |
| | | /** |
| | | * 历史场所详情数据处理 |
| | | * |
| | | * @param place |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 商超数据处理 |
| | | * |
| | | * @return |
| | | */ |
| | | Object placeAndRelHandle(); |
| | | Object placeAndRelHandle(); |
| | | |
| | | /** |
| | | * 根据编号集合查询对应的场所(按颜色区分近多少天没有发过任务的场所) |
| | | * |
| | | * @param stringList |
| | | * @param tableName |
| | | * @return |
| | | */ |
| | | List<PlaceVO> getPlaceListByParam(List<String> stringList,String tableName); |
| | | List<PlaceVO> getPlaceListByParam(List<String> stringList, String tableName); |
| | | |
| | | /** |
| | | * 删除 |
| | | * |
| | | * @param longs |
| | | * @return |
| | | */ |
| | | boolean removePlace(List<Long> longs); |
| | | |
| | | /** |
| | | * 九小场所档案 |
| | | * @param page |
| | | * @param place |
| | | * @return |
| | | */ |
| | | IPage<PlaceVO> selectNinePlacePage(IPage<PlaceVO> page, PlaceVO place); |
| | | } |