This website works better with JavaScript.
Home
Explore
Help
Sign In
dengbiao
/
zhimeng
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新
master
huangjiajun
3 weeks ago
parent
26ad4f79f7
commit
64f43412c9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/task/svc/svc_csjp_local_life_order.go
+ 1
- 1
app/task/svc/svc_csjp_local_life_order.go
View File
@@ -44,7 +44,7 @@ func GetCsjpLocalLifeOrder(p string) (int, string, bool) {
for _, v := range *data {
AddCsjpLocalLifeOrder(v)
}
return count,
utils.Int64ToStr(
cursor
)
, hasMore
return count, cursor, hasMore
}
return count, "", false
}
Write
Preview
Loading…
Cancel
Save