fix 去除jdpool中无用字段

This commit is contained in:
ZJY 2021-09-27 15:09:43 +08:00
parent d160f781e2
commit 8121a59f86

View File

@ -244,7 +244,7 @@ func (ck *JdCookie) OutPool() (string, error) {
us[PtKey] = ""
logs.Info("开始禁用")
} else {
us[Available] = False
us[Available] = True
us[PtKey] = jp.PtKey
}
e := tx.Model(ck).Updates(us).RowsAffected