|
@@ -155,6 +155,7 @@ func AddSpecialRecord(user *models.WxUserItem, specialId, stopTime int) (err err
|
|
|
itemLog.ModifyTime = time.Now()
|
|
|
itemLog.RegisterPlatform = utils.REGISTER_PLATFORM
|
|
|
itemLog.YanxuanSpecialId = specialId
|
|
|
+ itemLog.StopTime = stopTime
|
|
|
_, e = models.AddCygxYanxuanSpecialRecordLog(itemLog) // 添加历史记录
|
|
|
if e != nil {
|
|
|
err = errors.New("AddCygxYanxuanSpecialRecordLog, Err: " + e.Error())
|