Commit 9387d321 by 宋毅

tj

parent b42e4bee
...@@ -39,7 +39,7 @@ class OrderInfoDao extends Dao { ...@@ -39,7 +39,7 @@ class OrderInfoDao extends Dao {
async getItemStatusByChannelOrderNo(channelOrderNo, uapp_id) { async getItemStatusByChannelOrderNo(channelOrderNo, uapp_id) {
var sqlWhere = { var sqlWhere = {
where: { where: {
channelOrderNo: orderNo channelOrderNo: channelOrderNo
}, },
attributes: [ attributes: [
"id", "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