소스 검색

更新

one_orenge
huangjiajun 7 달 전
부모
커밋
0f4e6cd6d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/svc/svc_deal_commission.go

+ 1
- 1
app/svc/svc_deal_commission.go 파일 보기

@@ -128,7 +128,7 @@ func CommCombineVirtualCoinRelateData(lvUser *comm_plan.LvUser, oid int64, pvd s
mode := mapData["mode"]

var data = make([]*model.VirtualCoinRelate, 0)
if mapData["reward_type"] != "2" && level == 0 {
if mapData["reward_type"] != "2" && level == 0 || level > 0 {
//可能没有极差返利 只有补贴
profitList := lvUser.ProfitList
if len(profitList) == 0 {


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