Results 2 issues of xlq

//计算总数 total,err := orm.Count() if err != nil { logger.Error(err.Error()) return total,nil,err } fmt.Println(orm.LastSql()) err = orm.Offset(offset).Limit(limit).Select() fmt.Println(orm.LastSql()) //结果 SELECT count(*) as count FROM ub_store LIMIT 1, [] SELECT count(*)...

pq: could not determine data type of parameter $2 INSERT INTO xqt_device_worker (id,updated_at) VALUES ($1,$3), [6734321668778360832 1605587403]