| | |
| | | public Map<String, Object> getArdSyCarAndDeptByCarId(String carId); |
| | | |
| | | public List<String> selectArdSyCarByDeptIds(@Param("deptIdList") List<Long> deptIdList); |
| | | |
| | | public ArdSyCar getArdSyTankCarByCarId(String carId); |
| | | |
| | | public long getCountByCarIdList(@Param("carIdList") List<String> carIdList); |
| | | |
| | | public List<ArdSyCar> getCarListByDeptIdList(@Param("deptIdList") List<Long> deptIdList); |
| | | |
| | | public List<ArdSyCar> selectArdSyCarAndTankLockByUserId(String userId); |
| | | |
| | | public List<ArdSyCar> selectByBrandAndType(@Param("carBrand")String carBrand,@Param("carType")String carType); |
| | | } |