删除注释
This commit is contained in:
parent
273c4513f0
commit
732b58cc28
@ -15,7 +15,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func GetArtistInfoByArtistUid(artistUid string) (user model.User, err error) {
|
func GetArtistInfoByArtistUid(artistUid string) (user model.User, err error) {
|
||||||
fmt.Println("1111")
|
|
||||||
if err = db.DB.Where("mgmt_artist_uid = ?", artistUid).Preload("RealNameInfo").Find(&user).Error; err != nil {
|
if err = db.DB.Where("mgmt_artist_uid = ?", artistUid).Preload("RealNameInfo").Find(&user).Error; err != nil {
|
||||||
zap.L().Error("get user info err", zap.Error(err))
|
zap.L().Error("get user info err", zap.Error(err))
|
||||||
err = errors.New(m.ERROR_SELECT)
|
err = errors.New(m.ERROR_SELECT)
|
||||||
|
Loading…
Reference in New Issue
Block a user