修复后台
This commit is contained in:
parent
2c8a41fc4f
commit
3d1f845643
@ -572,7 +572,7 @@ class User extends BaseController
|
||||
$phone = Db::table('fa_szxc_information_usermsg')->where('user_id', $params['id'])->value('phone');
|
||||
|
||||
// 如果为工作人员 == 服务小组采购人员
|
||||
if($params['group_id'] == 5)
|
||||
if($params['group_id'] == 3)
|
||||
{
|
||||
Db::connect('shop')->table('eb_user')->where('phone', $phone)->update(['fa_supply_team_id' => 1]); // 默认分佣比例 1 为小组服务
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user