| | |
| | | <result column="box_type1" property="boxType1" /> |
| | | <result column="box_type2" property="boxType2" /> |
| | | <result column="box_type3" property="boxType3" /> |
| | | <result column="width" property="width" /> |
| | | <result column="height" property="height" /> |
| | | <result column="erp_anfme" property="erpAnfme" /> |
| | | <result column="sorting_anfme" property="sortingAnfme" /> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | </otherwise> |
| | | </choose> |
| | | </update> |
| | | <select id="selectByOrderNo" resultMap="BaseResultMap"> |
| | | select * |
| | | from man_order_detl |
| | | where order_no = #{orderNo} |
| | | </select> |
| | | |
| | | </mapper> |