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
Jun 16, 2023
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
8d27979c
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
{
...
...
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
)
}
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