Pārlūkot izejas kodu

Default Changelist

xxxrrrdddd 2 gadi atpakaļ
vecāks
revīzija
4114237888

+ 2 - 2
extend/datamodel/UsersGoods.php

@@ -18,9 +18,9 @@ class UsersGoods extends BaseDataModel
         if(!$goodsHash){
             //throw new \Exception('未找到hash');
             Log::error("用户商品未找到hash,{$this['id']}");
-            return;
+        }else {
+            $this['goods_hash'] = $goodsHash['hash'];
         }
-        $this['goods_hash'] = $goodsHash['hash'];
         $this['user_hash']=ChainLogic::instance()->getGoodsHash(Goods::get($this['goods_id']));
         return $this->save();
     }

+ 1 - 0
extend/logicmodel/award/Recommend.php

@@ -63,6 +63,7 @@ class Recommend extends Award
                         $usersGoods = ['uid'=>$uid,'goods_id'=>$goods['id'],'price'=>$goods['price'],'create_time'=>date('Y-m-d H:i:s')];
                         $result = (new UsersGoods())->insertGetId($usersGoods);
                         if($result){
+                            UsersGoods::get($result)->addHash($goods->hash()->zero()->find());
                             $this->record($uid,2,0,$from_uid,$this->award_id,$awardInfo['name'],'推荐奖励',$awardInfo['field'],$recommend['goods_id'],0,2);
                         }
                     }

+ 1 - 1
vendor/yansongda/pay

@@ -1 +1 @@
-Subproject commit 8c258853b142c6d7589629b047ca5cb21232b509
+Subproject commit e378f43800f867d53ce35ee90aa17f0c3b7b5838