| | |
| | | package com.stylefeng.guns.modular.system.dao; |
| | | |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.plugins.Page; |
| | | import com.stylefeng.guns.modular.system.model.TReassign; |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.Date; |
| | |
| | | * @return |
| | | */ |
| | | List<Map<String,Object>> getCanSelectPrivateCarDriverList(@Param("page") Page<Map<String, Object>> page, |
| | | @Param("companyId") Integer companyId, |
| | | @Param("serverCarModelId") Integer serverCarModelId, |
| | | @Param("driverId") Integer driverId, |
| | | @Param("name") String name, |
| | | @Param("phone") String phone); |
| | |
| | | * @return |
| | | */ |
| | | List<Map<String,Object>> getCanSelectSmallDriverList(@Param("page") Page<Map<String, Object>> page, |
| | | @Param("companyId") Integer companyId, |
| | | @Param("serverCarModelId") Integer serverCarModelId, |
| | | @Param("driverId") Integer driverId, |
| | | @Param("type") Integer type, |
| | | @Param("name") String name, |