Commit 3733d1ce authored by liudong1993's avatar liudong1993

1

parent 64009dd9
......@@ -237,7 +237,7 @@ namespace Mall.WebApi.Controllers.User
return ApiResult.Failed();
}
bool flag = smallShopsModule.SetSmallShopsCommission(SmallShopsId, Commission, req.TenantId, req.MallBaseId, req.EmpId);
bool flag = smallShopsModule.SetSmallShopsCommission(SmallShopsId, Commission, req.EmpId);
if (flag)
{
return ApiResult.Success();
......
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