src/main/resources/mapper/asrs/WaitPakinMapper.xml
@@ -54,11 +54,13 @@ <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>