wangchuanjin 4 месяцев назад
Родитель
Сommit
17f582536d
1 измененных файлов с 1 добавлено и 1 удалено
  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
 	}()