Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
8b0eea7750
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/zh/zh_his_api_controller.go

+ 1 - 1
controllers/zh/zh_his_api_controller.go View File

@@ -1751,7 +1751,7 @@ func (c *ZHHisApiController) GetUploadInfo() {
1751 1751
 						info := &models.HisOrderInfo{
1752 1752
 							OrderNumber:      record.Number,
1753 1753
 							FeedetlSn:        item.FeedetlSn,
1754
-							UploadDate:       time.Now().Unix(),
1754
+							UploadDate:       recordDateTime,
1755 1755
 							AdviceId:         advice_id,
1756 1756
 							DetItemFeeSumamt: item.DetItemFeeSumamt,
1757 1757
 							Cnt:              item.Cnt,