chenlu
2024-03-01 37931d04e87cbae60cf833890c2c8432b389fa1a
north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -169,4 +169,8 @@
        update `order` set process_review = #{status} where order_id = #{id}
    </update>
    <update id="updateMoney">
        update `order` set money = #{order.money} where order_id = #{order.orderId}
    </update>
</mapper>