zyx
2024-02-07 4b8bdefa889a3e6797d2760bc207c0e373e86c86
src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -53,6 +53,7 @@
        order by io_time desc) a
        where wdl.wrk_no = a.wrk_no
        and wdl.io_time = a.io_time
        and zpallet = #{barcode}
    </select>
</mapper>