Commit a00f9cb0 authored by 陈志良's avatar 陈志良

允许修改发布时间

parent 289fb8af
...@@ -285,6 +285,9 @@ router.post('/thread/:tid/update', function(req, res, next) { ...@@ -285,6 +285,9 @@ router.post('/thread/:tid/update', function(req, res, next) {
if(body.event != null){ if(body.event != null){
req.body.event = body.event; req.body.event = body.event;
} }
if(body.release_time != null){
req.body.release_time = body.release_time;
}
} }
if(body.tag != null){ if(body.tag != null){
req.body.tag = body.tag; req.body.tag = body.tag;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment