Commit f9ff2018 authored by 何娜's avatar 何娜

taxh5 fix

parent e85b2db2
Pipeline #7054 passed with stage
in 7 seconds
...@@ -124,7 +124,7 @@ class PartnerService extends Service { ...@@ -124,7 +124,7 @@ class PartnerService extends Service {
} }
async notice(order) { async notice(order) {
const {ctx} = this; const {ctx, service} = this;
const {orderId, notifyUrl, userId} = order; const {orderId, notifyUrl, userId} = order;
const dbRes = await service.order.getOneByOrderId({ orderId, notice: 1 }); const dbRes = await service.order.getOneByOrderId({ orderId, notice: 1 });
if (!dbRes && notifyUrl) { if (!dbRes && notifyUrl) {
......
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