zhangnaisong
2024-07-26 1636f02b9cf3f408ebf8b3c4e377237e5b74bf4a
ard-work/src/main/java/com/ruoyi/sy/mapper/ArdSyCarMapper.java
@@ -92,4 +92,6 @@
    public long getCountByCarIdList(@Param("carIdList") List<String> carIdList);
    public List<ArdSyCar> getCarListByDeptIdList(@Param("deptIdList") List<Long> deptIdList);
    public List<ArdSyCar> selectArdSyCarAndTankLockByUserId(String userId);
}