自动化立体仓库 - WMS系统
zjj
2025-02-21 907f0b5fca853fcffb0754e4a57d819803b7f46d
src/main/resources/mapper/WrkDetlMapper.xml
@@ -45,6 +45,10 @@
        <result column="appe_user" property="appeUser" />
        <result column="appe_time" property="appeTime" />
        <result column="memo" property="memo" />
        <result column="temp1" property="temp1" />
        <result column="temp2" property="temp2" />
        <result column="temp3" property="temp3" />
        <result column="temp4" property="temp4" />
    </resultMap>
    <sql id="batchSeq">
@@ -108,6 +112,10 @@
          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>
    <select id="selectPakoutQuery" resultMap="BaseResultMap">
        select
        awd.*