WH01243 4 年之前
父節點
當前提交
4f3656c75f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/jfw/modules/subscribepay/src/service/vipSubscribePay.go

+ 1 - 0
src/jfw/modules/subscribepay/src/service/vipSubscribePay.go

@@ -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"])