Commit 08e9f79b by 宋毅

tj

parent ebdb8f7d
......@@ -666,7 +666,7 @@ class OrderTmProductService extends ServiceBase {
}
if (req.user) {
if (params.getListType && params.getListType == "getTmOrderListAdmin") {
if (["syaify", "jd_613f2fd04340f"].indexOf(req.user.channelUserId) < 0 && req.user.isAdmin != 1) {
if (["syaify", "jd_613f2fd04340f","13501054442"].indexOf(req.user.channelUserId) < 0 && req.user.isAdmin != 1) {
sql += " and tm.createuser_id=:createuser_id";
sqlCount += " and tm.createuser_id=:createuser_id";
paramWhere.createuser_id = req.user.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