| | |
| | | <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> |
| | | |
| | | <select id="findByWorkNo" resultMap="BaseResultMap"> |
| | | select wrk_no, matnr, maktx, anfme ,specs,sku from asr_wrk_detl where 1=1 and wrk_no = #{workNo} |
| | | select * from asr_wrk_detl where 1=1 and wrk_no = #{workNo} |
| | | </select> |
| | | |
| | | <update id="updateIoTime"> |