zhangnaisong
2024-07-26 b468cde8bfd9d6e1d7ae7ccc535fc7e8ffb9f818
ard-work/src/main/resources/mapper/sy/ArdTankLoadLogMapper.xml
@@ -87,4 +87,8 @@
    <select id="selectArdTankLoadLogByCarIdAndEndTimeIsNotNull" parameterType="java.lang.String" resultMap="ArdTankLoadLogResult">
        select * from ard_tank_load_log atll where atll.car_id = #{carId} and atll.end_time is not null
    </select>
    <delete id="deleteArdTankLoadLogByEndTime" >
        delete from ard_tank_load_log atll where atll.end_time is not null
    </delete>
</mapper>