|
@@ -255,6 +255,7 @@ func (this *SubVipPayOrder) Renew() {
|
|
|
start_time := TimeProcessing(time.Now().Format(DateFullLayout), -config.Config.TermValidity).Format(DateFullLayout)
|
|
|
stop_time := TimeProcessing(time.Now().Format(DateFullLayout), config.Config.TermValidity).Format(DateFullLayout)
|
|
|
infoList := util.Mysql.SelectBySql("select * from dis_word where userId=? and ?<=start_time and stop_time<? ORDER BY id ", userId, start_time, stop_time)
|
|
|
+ fmt.Println("select * from dis_word where userId=? and ?<=start_time and stop_time<? ORDER BY id ", userId, start_time, stop_time)
|
|
|
fmt.Println("disWordStr4:",infoList)
|
|
|
if len(*infoList) != 0 {
|
|
|
disWord = fmt.Sprint((*infoList)[0]["password"])
|