zhangnaisong
2024-07-24 675075c8e140ee0882c5277bd68468fe6194b207
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);
}