#
luxiaotao1123
2021-03-12 2d28053beec1de1e98b442b6af3734cea7fd0949
src/main/resources/mapper/CustOrderMapper.xml
@@ -19,4 +19,8 @@
    </resultMap>
    <update id="updateStatus">
        update man_cust_order set status = #{status} where 1=1 and number = #{number}
    </update>
</mapper>