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