feat: add gormv2 and support sqlite
This commit is contained in:
@@ -17,7 +17,7 @@ type SendTaskLogsService struct {
|
||||
PageSize int
|
||||
}
|
||||
|
||||
func (st *SendTaskLogsService) Count() (int, error) {
|
||||
func (st *SendTaskLogsService) Count() (int64, error) {
|
||||
return models.GetSendLogsTotal(st.Name, st.TaskId, st.getMaps())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user