#
luxiaotao1123
2021-03-05 53b6192e1349121af872d3f040f47c26b45c7bb6
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>