소스 검색

更新

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

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

@@ -100,6 +100,7 @@ func CommCommOrderRelateInsert(eg *xorm.Engine, oid int64, pvd string, createTim
for _, v := range data {
if utils.StrToInt(mapData["coin_id_type"]) > 0 {
v.Amount = 0
v.AdditionalSubsidy = "0"
v.Info = "任务没佣金设置,不返佣金"
}
}


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

@@ -99,6 +99,7 @@ func CommOrderRelateInsert(eg *xorm.Engine, oid int64, pvd string, createTime in
for _, v := range data {
if utils.StrToInt(mapData["coin_id_type"]) > 0 {
v.Amount = 0
v.AdditionalSubsidy = "0"
v.Info = "任务没佣金设置,不返佣金"
}
}


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