Commit a72cf4af authored by 李尚科's avatar 李尚科

Fix

parent 7294180c
Pipeline #13723 passed with stage
in 27 seconds
...@@ -287,6 +287,7 @@ class OrderService extends Service { ...@@ -287,6 +287,7 @@ class OrderService extends Service {
if (order && order.pay_status === 1) { if (order && order.pay_status === 1) {
ctx.failed('订单已支付无需重复支付'); ctx.failed('订单已支付无需重复支付');
} }
ctx.logger.info('11111111111111111111111111111111111');
const price = (order.price - order.preferential_price).toFixed(2); const price = (order.price - order.preferential_price).toFixed(2);
if (price <= 0) { if (price <= 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment