zhangnaisong
2024-07-06 775524110885e27fe860be1feb156ca78b5040b2
ard-work/src/main/resources/mapper/sy/ArdTankLockMapper.xml
@@ -92,7 +92,7 @@
    </delete>
    <select id="getAll" resultMap="ArdTankLockResult">
        select * from ard_tank_lock atl order by atl.car_id
        select * from ard_tank_lock atl order by atl.car_id,lock_num
    </select>
    <insert id="insertArdTankLocks" parameterType="com.ruoyi.sy.domain.ArdTankLock" >