Commit e980fa45 authored by 陈家荣's avatar 陈家荣

555

parent efbcc8e7
...@@ -56,8 +56,8 @@ router.post('/limitActionRef/createOrUpdate', function(req, res, next) { ...@@ -56,8 +56,8 @@ router.post('/limitActionRef/createOrUpdate', function(req, res, next) {
var obj = { var obj = {
limit_action: selects[i], limit_action: selects[i],
limit_action_type: results[j].limit_action_type, limit_action_type: results[j].limit_action_type,
begin_time: begin_time, begin_time: new Date(begin_time),
end_time: end_time end_time: new Date(end_time)
} }
limit_actions.push(obj); limit_actions.push(obj);
break; break;
......
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