- 修复dao.GetUserList的bug
- QueryActs添加参数syncStatus
This commit is contained in:
@@ -474,7 +474,9 @@ func HandleUserWXRemark(db *dao.DaoDB, mobile string, mobileIsUerID bool) (err e
|
||||
}
|
||||
}
|
||||
if err == nil {
|
||||
err = api.WeixinAPI.CBUpdateRemark(openID, remark)
|
||||
if globals.EnableStoreWrite {
|
||||
err = api.WeixinAPI.CBUpdateRemark(openID, remark)
|
||||
}
|
||||
}
|
||||
}
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user