#
luxiaotao1123
2021-03-02 aa5bcb4db5916490f174d5fbd7aa75130ff4256f
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>