增加menu自动化添加功能
This commit is contained in:
+1
-1
@@ -610,7 +610,7 @@ func (that *HoTimeDB) where(data Map) (string, []interface{}) {
|
||||
where += " " + k
|
||||
}
|
||||
|
||||
if reflect.ValueOf(v).Type().String() == "hotime.Slice" {
|
||||
if reflect.ValueOf(v).Type().String() == "common.Slice" {
|
||||
for i := 0; i < len(v.(Slice)); i++ {
|
||||
where += " " + ObjToStr(v.(Slice)[i])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user