Commit 0bc607a6 by 宋毅

tj

parent 51d0a365
...@@ -453,7 +453,7 @@ class OrderInfoService extends ServiceBase { ...@@ -453,7 +453,7 @@ class OrderInfoService extends ServiceBase {
pobj.actionBody.payCode = produceinfo[0].payCode; pobj.actionBody.payCode = produceinfo[0].payCode;
} }
pobj.actionBody.totalSum = Number(pobj.actionBody.orderPrice || "0"); pobj.actionBody.totalSum = Number(pobj.actionBody.orderPrice || "0");
pobj.actionBody.payTotalSum = = Number(pobj.actionBody.orderPrice || "0"); pobj.actionBody.payTotalSum = Number(pobj.actionBody.orderPrice || "0");
var self = this; var self = this;
return await self.db.transaction(async function (t) { return await self.db.transaction(async function (t) {
var orderNo = await self.getBusUid("ic" + pobj.appInfo.uapp_id); var orderNo = await self.getBusUid("ic" + pobj.appInfo.uapp_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