瀏覽代碼

no message

xingzai 1 年之前
父節點
當前提交
8222932b8b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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.ModifyTime = time.Now()
 	itemLog.RegisterPlatform = utils.REGISTER_PLATFORM
 	itemLog.RegisterPlatform = utils.REGISTER_PLATFORM
 	itemLog.YanxuanSpecialId = specialId
 	itemLog.YanxuanSpecialId = specialId
+	itemLog.StopTime = stopTime
 	_, e = models.AddCygxYanxuanSpecialRecordLog(itemLog) // 添加历史记录
 	_, e = models.AddCygxYanxuanSpecialRecordLog(itemLog) // 添加历史记录
 	if e != nil {
 	if e != nil {
 		err = errors.New("AddCygxYanxuanSpecialRecordLog, Err: " + e.Error())
 		err = errors.New("AddCygxYanxuanSpecialRecordLog, Err: " + e.Error())