This website works better with JavaScript.
首頁
探索
說明
登入
EggPlanet
/
egg_models
關註
3
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
4
Wiki
Activity
瀏覽代碼
update
master
shenjiachi
3 天之前
父節點
340ce34a0f
當前提交
64f53e5470
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/implement/advertising_callback_implement.go
+ 1
- 1
src/implement/advertising_callback_implement.go
查看文件
@@ -62,7 +62,7 @@ func (a AdvertisingCallbackDb) AdvertisingCallbackCountBySession(session *xorm.S
}
count, err := sess.Count(&m)
if err != nil {
return
false
, err
return
0
, err
}
return count, nil
}
Write
Preview
Loading…
取消
儲存