Browse Source

feat:xiugai

wangchuanjin 4 months ago
parent
commit
17f582536d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/subscribepay/src/service/bidCreditReport.go

+ 1 - 1
src/jfw/modules/subscribepay/src/service/bidCreditReport.go

@@ -126,7 +126,7 @@ func (this *BidCreditReport) UpdateReport() {
 		bidCreditReport.BidCreditReport.Create(Id)
 		updateData["reportId"] = Id
 		updateData["method"] = "jianyu.upload"
-		updateData["createtime"] = time.Now().Unix()
+		updateData["createTime"] = time.Now().Unix()
 		util.Mgo_log.Save("bidcredit_report_log", updateData)
 		return nil
 	}()