Commit 1b40dec1 authored by 方斌's avatar 方斌

z

parent 757eeba0
Pipeline #17874 passed with stage
in 51 seconds
......@@ -477,7 +477,6 @@ class ProductService extends Service {
// 以下代码是为了处理渠道包下不展示特殊的4个业务
// start
const { ctx } = this;
const user_sid = isNaN(ctx.oldUserId) ? ctx.helper.decodeUserSid(ctx.oldUserId) : ctx.oldUserId;
let filter = { where: { sid: user_sid } };
const userInfo = await ctx.gjjModel.SysUser.one(filter);
......
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