This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_models
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
update
master
shenjiachi
3 days ago
parent
340ce34a0f
commit
64f53e5470
1 changed files
with
1 additions
and
1 deletions
Split View
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
View File
@@ -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…
Cancel
Save