Commit 1622fa17 authored by 何娜's avatar 何娜

taxh5 test

parent 86ac2a73
Pipeline #7061 passed with stage
in 5 seconds
......@@ -127,6 +127,10 @@ class PartnerService extends Service {
const {ctx, service} = this;
ctx.logger.info('【notice】order------',order);
const {orderId, notifyUrl, userId, notice} = order;
ctx.logger.info('【notice】orderId------',orderId);
ctx.logger.info('【notice】notifyUrl------',notifyUrl);
ctx.logger.info('【notice】userId------',userId);
ctx.logger.info('【notice】notice------',notice);
const dbRes = await service.order.getOneByOrderId({ orderId, notice: 1 });
ctx.logger.info('【notice】dbRes------',dbRes);
if (!dbRes && notifyUrl && notice !== '1') {
......
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