#
luxiaotao1123
2021-03-25 b6a8cc0f2d3ced0b287348eb2a6a5785129f0ffb
src/main/resources/mapper/CustOrderMapper.xml
@@ -10,6 +10,7 @@
        <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" />
@@ -19,4 +20,8 @@
    </resultMap>
    <update id="updateStatus">
        update man_cust_order set status = #{status} where 1=1 and number = #{number}
    </update>
</mapper>