Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
go_rely_warehouse
/
zyos_go_mq_consume
Observar
4
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
更新
one_orenge
huangjiajun
3 meses atrás
pai
36c4a9e2a7
commit
a1df1ab915
2 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
app/svc/svc_comm_deal_commission.go
+1
-0
app/svc/svc_deal_commission.go
+ 1
- 0
app/svc/svc_comm_deal_commission.go
Ver arquivo
@@ -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
Ver arquivo
@@ -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 = "任务没佣金设置,不返佣金"
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar