Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pisns-forum-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
scrmGroup
pisns-forum-api
Commits
528f8843
Commit
528f8843
authored
Jun 20, 2016
by
陈家荣
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
76237d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
forumAboutMEService.js
app/service/forumAboutMEService.js
+0
-3
No files found.
app/service/forumAboutMEService.js
View file @
528f8843
...
...
@@ -297,7 +297,6 @@ exports.saveCommentLevel2BySearch=function(tid,l1id,l2id){
exports
.
updateThreadStatus
=
function
(
tid
,
status
){
var
condition
=
{
type
:
THREAD_TYPE
,
thread
:
new
mongoose
.
Types
.
ObjectId
(
tid
),
threadStatus
:{
$ne
:
status
}
}
...
...
@@ -321,7 +320,6 @@ exports.updateThreadStatus=function(tid,status){
exports
.
updateCommentLevel1Status
=
function
(
cid
,
status
){
var
condition
=
{
type
:
COMMENTLEVEL1_TYPE
,
commentLevel1
:
new
mongoose
.
Types
.
ObjectId
(
cid
),
commentLevel1Status
:{
$ne
:
status
}
}
...
...
@@ -345,7 +343,6 @@ exports.updateCommentLevel1Status=function(cid,status){
exports
.
updateCommentLevel2Status
=
function
(
cid
,
status
){
var
condition
=
{
type
:
COMMENTLEVEL2_TYPE
,
commentLevel2
:
new
mongoose
.
Types
.
ObjectId
(
cid
),
commentLevel2Status
:{
$ne
:
status
}
}
...
...
strong
@strong
mentioned in commit
c02906a1
·
Jun 21, 2016
mentioned in commit
c02906a1
mentioned in commit c02906a13512d0ed0b51537e279573c9f05178c8
Toggle commit list
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