From ed72e480f1665d27fdd2d15b92a44cbd4e057a79 Mon Sep 17 00:00:00 2001 From: haomingming Date: Tue, 6 Jan 2026 13:44:03 +0800 Subject: [PATCH] 3 --- api/controller/userDoctor.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/controller/userDoctor.go b/api/controller/userDoctor.go index d246660..d5590f0 100644 --- a/api/controller/userDoctor.go +++ b/api/controller/userDoctor.go @@ -49,7 +49,8 @@ func (r *UserDoctor) GetUserDoctorPage(c *gin.Context) { if systemConfig.IsAnnualReview == 1 { // 后台用户id adminUserId := c.GetInt64("UserId") - if adminUserId == 1845704393354121216 { + // 正式lixiumei user_id 测试 lixiumei user_id + if adminUserId == 1845704393354121216 || adminUserId == 1732273543535661056 { status := 1 req.GetUserDoctorPage.MultiPointStatus = &status }