自动化立体仓库 - WMS系统
#
Junjie
2025-10-21 518121d2718b87d99b12c1b29601dd2c07f6f42d
src/main/resources/mapper/asrs/WrkDetlMapper.xml
@@ -51,6 +51,10 @@
        <result column="box_type1" property="boxType1" />
        <result column="box_type2" property="boxType2" />
        <result column="box_type3" property="boxType3" />
        <result column="stock_num" property="stockNum" />
        <result column="kp_cstmr_name" property="kpCstmrName" />
        <result column="stock_num2" property="stockNum2" />
        <result column="cstateid" property="cstateid" />
    </resultMap>
    <sql id="batchSeq">
@@ -97,6 +101,14 @@
        <include refid="batchSeq"></include>
    </update>
    <update id="updateBarcode">
        update asr_wrk_detl
        set zpallet = #{barcode}
        , modi_time = getdate()
        where 1=1
        and wrk_no = #{wrkNo}
    </update>
    <select id="selectAndLogByOrderNo" resultMap="BaseResultMap">
        select awd.*
        from asr_wrk_detl awd