1
This commit is contained in:
parent
f39da17ec6
commit
a9d677a3fc
@ -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 ?,? "
|
||||
|
Loading…
Reference in New Issue
Block a user