本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
go_rely_warehouse
/
zyos_go_mq_consume
關注
4
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
更新
one_orenge
huangjiajun
3 月之前
父節點
36c4a9e2a7
當前提交
a1df1ab915
共有
2 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
查看文件
@@ -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 = "任务没佣金设置,不返佣金"
}
}
Write
Preview
Loading…
取消
儲存