Commit 407c02ff by 任晓松

订单回调

parent d17eb0c2
......@@ -1681,7 +1681,7 @@ class OrderInfoService extends ServiceBase {
return system.getResult(null, "order data is empty!");
}
if (item.orderStatus > 1) {
return system.getResult(null, "order status is pay!");
return system.getResultSuccess(null, "order status is pay!");
}
var self = this;
await self.db.transaction(async function (t) {
......
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