Commit 845b8b88 by 杨树贤

值不对

parent f45c1612
Showing with 1 additions and 1 deletions
...@@ -920,7 +920,7 @@ class DataService ...@@ -920,7 +920,7 @@ class DataService
//重新初始化销售员 //重新初始化销售员
public static function initUserOauthSalesId() public static function initUserOauthSalesId()
{ {
DB::connection('liexin')->table('user_oauth')->update(['sales_id' => 0]); DB::connection('liexin')->table('user_oauth')->update(['sales_id' => '']);
Log::info('已将所有用户oauth的sales_id重置为0'); Log::info('已将所有用户oauth的sales_id重置为0');
} }
} }
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 sign in to comment