1
zhang
2025-08-19 afc12f9bbd372b55a4539c1fc40b17dbd5949cb1
src/main/resources/mapper/BasShuttleErrMapper.xml
@@ -14,9 +14,10 @@
    </resultMap>
    <select id="queryByCode" resultMap="BaseResultMap">
        select top 1 *
        select *
        from asr_bas_shuttle_err
        where error_code = #{errorCode}
        limit 0,1
    </select>
</mapper>