Commit 7217194a by 宋毅

tj

parent 11a7a065
......@@ -575,7 +575,7 @@ class OrderTmProductService extends ServiceBase {
paramWhere.orderPayStatus = "yfk";
}
if (req.user) {
if (action_body.getListType && action_body.getListType == "getTmOrderListAdmin") {
if (params.getListType && params.getListType == "getTmOrderListAdmin") {
if (["syaify", "jd_613f2fd04340f"].indexOf(req.user.channelUserId) < 0) {
sql += " and tm.createuser_id=:createuser_id";
sqlCount += " and tm.createuser_id=:createuser_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