Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
go_rely_warehouse
/
zyos_go_mq_consume
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
更新
one_orenge
huangjiajun
hace 3 meses
padre
36c4a9e2a7
commit
a1df1ab915
Se han
modificado 2 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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 fichero
@@ -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 fichero
@@ -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 = "任务没佣金设置,不返佣金"
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar