|
@@ -45,7 +45,10 @@ class PublicController
|
|
|
|
|
|
public function test(Request $request)
|
|
|
{
|
|
|
- StorePink::pinkRecommend(28);
|
|
|
+ $list = UserBill::where('link_id',96)->where('title','市场分红')->select();
|
|
|
+ foreach ($list as $v){
|
|
|
+ User::bcDec($v['uid'],'brokerage_price',$v['number'],'uid');
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
public static function spreadIntegral($uid)
|