Commit be33a96d authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/live' into 'develop'

fix See merge request !17
parents 1cb98982 b1963938
...@@ -219,9 +219,7 @@ func (l *LiveInfo) getMaps() (map[string]interface{}) { ...@@ -219,9 +219,7 @@ func (l *LiveInfo) getMaps() (map[string]interface{}) {
maps["apply_id"] = l.ApplyId maps["apply_id"] = l.ApplyId
} }
if l.Status != 0 {
maps["status"] = l.Status maps["status"] = l.Status
}
if l.LiveStatus != 0 { if l.LiveStatus != 0 {
maps["live_status"] = l.LiveStatus maps["live_status"] = l.LiveStatus
......
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