소스 검색

Merge remote-tracking branch 'origin/master'

master
huangjiajun 10 달 전
부모
커밋
5cb2fb4c15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      rule/one_circles/one_circles_public_platoon_give_activty_coin.go

+ 1
- 1
rule/one_circles/one_circles_public_platoon_give_activty_coin.go 파일 보기

@@ -101,7 +101,7 @@ func SettlementPublicGiveActivityCoin(engine *xorm.Engine, masterId string, uid
return err2
}

if userCount >= zhios_order_relate_utils.StrToInt64(fatherReward.RewardCondition) {
if fatherReward != nil && userCount >= zhios_order_relate_utils.StrToInt64(fatherReward.RewardCondition) {
fatherRewardValue := rewardValue * (zhios_order_relate_utils.StrToFloat64(fatherReward.RewardValue) / 100)
rewardFather = append(rewardFather, struct {
Uid int `json:"uid"` //用户id


불러오는 중...
취소
저장