3
This commit is contained in:
parent
18a2ce1dde
commit
ed72e480f1
@ -49,7 +49,8 @@ func (r *UserDoctor) GetUserDoctorPage(c *gin.Context) {
|
|||||||
if systemConfig.IsAnnualReview == 1 {
|
if systemConfig.IsAnnualReview == 1 {
|
||||||
// 后台用户id
|
// 后台用户id
|
||||||
adminUserId := c.GetInt64("UserId")
|
adminUserId := c.GetInt64("UserId")
|
||||||
if adminUserId == 1845704393354121216 {
|
// 正式lixiumei user_id 测试 lixiumei user_id
|
||||||
|
if adminUserId == 1845704393354121216 || adminUserId == 1732273543535661056 {
|
||||||
status := 1
|
status := 1
|
||||||
req.GetUserDoctorPage.MultiPointStatus = &status
|
req.GetUserDoctorPage.MultiPointStatus = &status
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user