xingzai il y a 1 an
Parent
commit
8222932b8b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      services/cygx_yanxuan_special_company.go

+ 1 - 0
services/cygx_yanxuan_special_company.go

@@ -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())