Commit 0607c932 by 宋毅

tj

parent c5c683c9
...@@ -114,38 +114,6 @@ class OrderDao extends Dao { ...@@ -114,38 +114,6 @@ class OrderDao extends Dao {
"appPayType", "appPayType",
"payTime", "payTime",
"itemCode", "itemCode",
"itemName"
],
raw: true
});
}
async getItemByChannelServiceNo(channelServiceNo, appId) {//通过订单号查询订单
return this.model.findOne({
where: {
channelServiceNo: channelServiceNo,
app_id: appId
},
attributes: ["id",
"orderNo",
"channelUserId",
"channelServiceNo",
"channelOrderNo",
"needNo",
"invoiceApplyStatus",
"orderType",
"salesNum",
"salesDiliverNum",
"minitermNum",
"minitermDiliverNum",
"orderPayStatus",
"notes",
"totalServiceCharge",
"totalPublicExpense",
"totalTaxes",
"totalSum",
"appPayType",
"payTime",
"itemCode",
"itemName", "itemName",
"buyerMoblie" "buyerMoblie"
], ],
......
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