| | |
| | | <result column="eType_id" property="eTypeId" /> |
| | | <result column="user_code" property="userCode" /> |
| | | <result column="qty" property="qty" /> |
| | | <result column="total" property="total" /> |
| | | <result column="price" property="price" /> |
| | | <result column="comment" property="comment" /> |
| | | <result column="status" property="status" /> |
| | |
| | | |
| | | </resultMap> |
| | | |
| | | <update id="completeLoading"> |
| | | update man_cust_order set status = 1 where 1=1 and number = #{number} |
| | | <update id="updateStatus"> |
| | | update man_cust_order set status = #{status} where 1=1 and number = #{number} |
| | | </update> |
| | | |
| | | </mapper> |