廖井涛
2024-08-04 1ae5f2198b70aba54c49f1752e02dfe7b9d5a2e9
north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -276,7 +276,7 @@
    </update>
    <update id="updateMoney">
        update `order` set money = #{order.money},calculate_type = #{order.calculateType} where order_id = #{order.orderId}
        update `order` set money = #{order.money},calculate_type = #{order.calculateType},other_money=#{order.otherMoney} where order_id = #{order.orderId}
    </update>
    <update id="cancelOrder">