作者 jiawen
1 个管道 的构建 通过 耗费 1 秒

奖励金不足正常分享

@@ -330,7 +330,13 @@ class ShareController extends RestBaseController @@ -330,7 +330,13 @@ class ShareController extends RestBaseController
330 if ($check) { 330 if ($check) {
331 $this->error(['code'=>'40010','msg'=>'已关注过该名片']); 331 $this->error(['code'=>'40010','msg'=>'已关注过该名片']);
332 } 332 }
333 - if ($info['num'] == 0 || $info['money'] == 0) { 333 + if ($info['num'] == 0 || $info['money'] == 0) {//奖励金不足就不给奖励金了 正常分享
  334 + $arr2 = [
  335 + 'card_id'=>$data['card_id'],
  336 + 'user_id'=>$this->userId,
  337 + 'share_id'=>$data['user_id']
  338 + ];
  339 + Db::name('card_log')->insert($arr2);
334 $this->error(['code'=>'40009','msg'=>'奖励金不足']); 340 $this->error(['code'=>'40009','msg'=>'奖励金不足']);
335 } 341 }
336 //业务员自己 不能关注自己的名片 342 //业务员自己 不能关注自己的名片