|
@@ -2159,7 +2159,7 @@ func ActivityUserRemind(user *models.WxUserItem, activityDetail *models.Activity
|
|
|
err = errors.New("GetConfigByCode, Err: " + e.Error() + configCode)
|
|
|
return
|
|
|
}
|
|
|
- openIdList, e := models.GetUserRecordListByMobile(4, cnf.ConfigValue)
|
|
|
+ openIdList, e := models.GetUserRecordListByMobile(4, cnf.ConfigValue+","+sellerItemQy.Mobile)
|
|
|
if e != nil && e.Error() != utils.ErrNoRow() {
|
|
|
err = errors.New("GetUserRecordListByMobile, Err: " + e.Error() + cnf.ConfigValue)
|
|
|
return err
|