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>