Browse Source

Merge branch 'dev_v4.10.9_wh' of qmx/jy into feature/v4.10.9

王浩 4 months ago
parent
commit
34f74228f8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/jfw/modules/subscribepay/src/service/bidCreditReport.go

+ 2 - 0
src/jfw/modules/subscribepay/src/service/bidCreditReport.go

@@ -11,6 +11,7 @@ import (
 	"github.com/gogf/gf/v2/util/gconv"
 	"jy/src/jfw/modules/subscribepay/src/entity/bidCreditReport"
 	"jy/src/jfw/modules/subscribepay/src/util"
+	"time"
 )
 
 type BidCreditReport struct {
@@ -125,6 +126,7 @@ func (this *BidCreditReport) UpdateReport() {
 		bidCreditReport.BidCreditReport.Create(Id)
 		updateData["reportId"] = Id
 		updateData["method"] = "jianyu.upload"
+		updateData["createtime"] = time.Now().Unix()
 		util.Mgo_log.Save("bidcredit_report_log", updateData)
 		return nil
 	}()