|
@ -128,7 +128,6 @@ func (t *UserCtl) WxLogin() { |
|
|
if customer.IsSpecial == 1 { |
|
|
if customer.IsSpecial == 1 { |
|
|
if signExist { |
|
|
if signExist { |
|
|
history = new(models.SignHistory) |
|
|
history = new(models.SignHistory) |
|
|
history.Type = 0 |
|
|
|
|
|
history.UserId = user.Id |
|
|
history.UserId = user.Id |
|
|
history.RehearsalId = activity.RehearsalId |
|
|
history.RehearsalId = activity.RehearsalId |
|
|
history.ActivityId = activityId |
|
|
history.ActivityId = activityId |
|
|