自动化立体仓库 - WCS系统
野心家
5 天以前 3d2a161ca245484a3162b439cadf348b2f3a75fa
src/main/resources/mapper/WrkDetlMapper.xml
@@ -48,7 +48,7 @@
    </resultMap>
    <select id="findByWorkNo" resultMap="BaseResultMap">
        select wrk_no, mat_no, mat_name, qty from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
        select wrk_no, mat_name, qty from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
    <select id="devpPackNo" resultMap="BaseResultMap">
        select top 1 * from asr_wrk_detl_log where 1=1 and wrk_no = #{workNo} order by io_time desc