zhangnaisong
2024-07-06 9b8bb10acf41929d9fa2750fa069302ad317c8cf
ard-work/src/main/resources/mapper/sy/ArdTankLockMapper.xml
@@ -122,4 +122,8 @@
            #{id}
        </foreach>
    </delete>
    <select id="selectArdTankLockTotal" resultType="java.lang.Long">
        select count(distinct atl.car_id) from ard_tank_lock atl
    </select>
</mapper>