Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
邱骏
2017-10-26 12:00:46 +0800
Commit
b1b8da807e287ead40969a4279f17ba926763cdc
1 parent
1699356c
修改投票逻辑语法
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/article/models/article.js
apps/article/models/article.js
View file @
b1b8da8
...
...
@@ -316,7 +316,6 @@ class ArticleModel extends global.yoho.BaseModel {
AND
article_id
=
$
{
articleId
}
AND
to_days
(
create_time
)
=
to_days
(
now
())
`
;
console
.
log
(
sqlStr
);
return
mysqlCli
.
query
(
sqlStr
);
}
...
...
Please
register
or
login
to post a comment