自动化立体仓库 - WMS系统
#
lty
21 小时以前 feb9933a4640c0d02eace5a9a3ade4a8a33890ea
src/main/resources/mapper/WrkDetlMapper.xml
@@ -130,5 +130,8 @@
        where 1=1
          and wrk_no = #{workNo}
    </update>
    <select id="findByWorkNo" resultMap="BaseResultMap">
        select wrk_no, matnr, maktx, anfme ,specs,batch from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
</mapper>