• 2024-10-15go gorm通用分组统计
    funcTest027_GeneralGroupStatMap(t*testing.T){dbRequest:=Default().SetTableName("contact_shop")dbRequest.OrderByDesc("id").SetPageSize(3)dbRequest.Ge("id",1)varresult,err=dbRequest.GroupStat(&quo