Commit d26bcc19 by 庄冰

aaa

parent 6754fa2d
......@@ -2674,7 +2674,7 @@ class OrderInfoService extends ServiceBase {
return system.getResult(null, "订单状态不能为空,100110");
}
var orderInfo = await this.dao.model.findOne({
attributes: ["id", "channelOrderNo", "payTotalSum"],
attributes: ["id", "channelOrderNo"],
where: {channelOrderNo: pobj.actionBody.channelOrderNo, uapp_id: pobj.appInfo.uapp_id}, raw: true
});
if (!orderInfo || !orderInfo.id) {
......
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