Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-user
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenweijian
hilo-user
Commits
8f567d6c
Commit
8f567d6c
authored
1 year ago
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
8d27979c
master
feature/3.10
feature/3.9.0-fix
feature/4.0_cwj
feature/4.3_cwj
feature/cp-entry-effect
feature/cp-new2
feature/diamond-detail
feature/encrypt
feature/gift-queue
feature/group_room_living
feature/party_reply
feature/promotion
feature/redis-queue
feature/user-detail
feature/user-recommend
feature/user-svip-vip-level
fix/act_apply_add_plat
fix/add_cp_score
fix/add_cp_score_2
fix/cp_cancel_cron
fix/group_rank_clear
fix/party_apply
fix/show_property_image
fix/week_cp_property
master_20230707
master_20230728
master_20230802
master_20230821
test
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
anniversary.go
domain/model/cp_m/anniversary.go
+1
-1
cp_test.go
test/cp_test.go
+5
-0
No files found.
domain/model/cp_m/anniversary.go
View file @
8f567d6c
...
...
@@ -166,7 +166,7 @@ func GetUserTodayCpAnniversary(model *domain.Model, cpId mysql.ID) []CpAnniversa
res
=
append
(
res
,
rows
[
i
])
}
}
return
r
ow
s
return
r
e
s
}
func
UpdateCpAnniversaryReminded
(
model
*
domain
.
Model
,
id
mysql
.
ID
)
error
{
...
...
This diff is collapsed.
Click to expand it.
test/cp_test.go
View file @
8f567d6c
...
...
@@ -14,3 +14,8 @@ func TestInitCpAnniversary(t *testing.T) {
},
"ar"
)
println
(
err
)
}
func
TestCalcNextAnniversary
(
t
*
testing
.
T
)
{
t2
:=
cp_m
.
CalcNextAnniversary
(
1686211996
)
println
(
t2
)
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment