This commit is contained in:
wyt 2023-02-02 14:54:56 +08:00
parent f39da17ec6
commit a9d677a3fc

View File

@ -324,7 +324,7 @@ func GetMgmtArtworkList(req *artwork.GetMgmtArtworkListRequest) (rep *artwork.Ge
err = errors.New(m.ERROR_SELECT)
return
}
rep.Count = tx.
rep.Count = artworkCount
var artworkList []model.Artwork
//找到用户
var sqlLimit = sqlWhere + " limit ?,? "