mirror of https://github.com/jeecgboot/jeecg-boot
Update PlatformOrderContentMapper.xml
parent
d2ddab74a1
commit
a7235bba36
|
@ -281,7 +281,7 @@
|
||||||
</insert>
|
</insert>
|
||||||
<update id="cancelInvoice">
|
<update id="cancelInvoice">
|
||||||
UPDATE platform_order_content
|
UPDATE platform_order_content
|
||||||
SET purchase_fee = 0.0,
|
SET picking_fee = 0.0,
|
||||||
shipping_fee = NULL,
|
shipping_fee = NULL,
|
||||||
service_fee = NULL,
|
service_fee = NULL,
|
||||||
vat = NULL,
|
vat = NULL,
|
||||||
|
|
Loading…
Reference in New Issue