Commit 5606f2a5 authored by Eric's avatar Eric

[Update] 增加create session参数

parent b5a217ef
...@@ -221,6 +221,9 @@ func (s *SwitchSession) MapData() map[string]interface{} { ...@@ -221,6 +221,9 @@ func (s *SwitchSession) MapData() map[string]interface{} {
"is_finished": s.finished, "is_finished": s.finished,
"date_start": s.DateStart, "date_start": s.DateStart,
"date_end": dataEnd, "date_end": dataEnd,
"user_id": s.p.User.ID,
"asset_id": s.p.Asset.ID,
"system_user_id": s.p.SystemUser.ID,
} }
} }
......
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