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