Merge branch 'xjjdev'
This commit is contained in:
commit
def89683a5
@ -269,7 +269,7 @@ func (a ArtistInfoArtworkLogic) ArtworkStatic(request *artistInfoArtwork.ArtistA
|
||||
//统计画家素有画作的总数和总平尺数
|
||||
artworkTotal, rulerTotal = dao.CountAllArtworkTotal(v.ArtistUid)
|
||||
//统计审核通过的画作总数和平尺总数
|
||||
passedArtworkTotal, passedRulerTotal = dao.CountArtworkTotalWhichAuditPassed(v.ArtistUid)
|
||||
passedRulerTotal, passedArtworkTotal = dao.CountArtworkTotalWhichAuditPassed(v.ArtistUid)
|
||||
//补充画家信息
|
||||
for _, artistData := range artistList.Data {
|
||||
if artistData.Uid == v.ArtistUid {
|
||||
|
Loading…
Reference in New Issue
Block a user