Commit f4ab7ec6 by 庄冰

aaa

parent 3618f369
......@@ -1098,9 +1098,10 @@ class OrderService extends ServiceBase {
});
if(otmp && otmp.id){
var otmpObj={
id:otmp.id,payStatus:"yfk"
payStatus:"yfk"
};
await self.ordertmproductDao.update(otmpObj, t);
// await self.ordertmproductDao.model.update(otmpObj, t);
await self.ordertmproductDao.model.update(otmpObj, { where: { sourceOrderNo:obj.out_trade_no,app_id:app.id }, transaction: t });
}
//订单流程log
self.orderflowDao.create({
......
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