自动化立体仓库 - WMS系统
#
Junjie
2025-10-21 bcd8d392d27ae13ed21fc1c96920a37544992d04
src/main/resources/mapper/asrs/WaitPakinMapper.xml
@@ -53,6 +53,15 @@
        <result column="box_type1" property="boxType1" />
        <result column="box_type2" property="boxType2" />
        <result column="box_type3" property="boxType3" />
        <result column="tk_flag" property="tkFlag" />
        <result column="cstateid" property="cstateid" />
    </resultMap>
    <update id="updateIoStatus">
        update cust_wait_pakin
        set io_status = #{ioStatus}
        ,loc_no = #{locNo}
        where zpallet = #{zpallet}
    </update>
</mapper>