Commit 9387d321 by 宋毅

tj

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