| | |
| | | <result column="appe_user" property="appeUser" /> |
| | | <result column="appe_time" property="appeTime" /> |
| | | <result column="memo" property="memo" /> |
| | | <result column="standby1" property="standby1" /> |
| | | <result column="standby2" property="standby2" /> |
| | | <result column="standby3" property="standby3" /> |
| | | <result column="box_type1" property="boxType1" /> |
| | | <result column="box_type2" property="boxType2" /> |
| | | <result column="box_type3" property="boxType3" /> |
| | | </resultMap> |
| | | |
| | | <sql id="batchSeq"> |
| | |
| | | and matnr = #{matnr} |
| | | <include refid="batchSeq"></include> |
| | | </delete> |
| | | |
| | | <select id="findByBarcode" resultMap="BaseResultMap"> |
| | | select * from asr_wrk_detl where 1=1 and zpallet = #{barcode} and wrk_no != 9996 |
| | | </select> |
| | | <update id="updateAnfme"> |
| | | update asr_wrk_detl |
| | | set anfme = #{anfme} |