修复字段取值错误的问题
This commit is contained in:
parent
496e192765
commit
094a1d78b6
@ -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