@@ -999,6 +999,9 @@ func (this *CourseManage) OnLineList() {
flag := this.GetString("flag")
infoId := this.GetString("infoId")
i_type, _ := this.GetInt("i_type")
+ if i_type == 0 {
+ i_type = 3
+ }
//log.Println(i_type)
query := map[string]interface{}{}
if queryStr != "" {