Browse Source

Merge branch 'master' of http://192.168.1.41:3000/caipin/construction_management

caipin 4 years ago
parent
commit
11d86b3bc1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/safe_service.go

+ 2 - 2
services/safe_service.go

@@ -78,9 +78,9 @@ func (s *safeService) Get(id int) (int32, string, []viewmodels.Safe) {
 
 
 		bidId, _ := comm.AesEncrypt(strconv.Itoa(item.BidsectionId), conf.SignSecret)
 		bidId, _ := comm.AesEncrypt(strconv.Itoa(item.BidsectionId), conf.SignSecret)
 		safeVM.BidsectionId = bidId
 		safeVM.BidsectionId = bidId
-		safeVM.CreateTime = item.CreateTime
+		// safeVM.CreateTime = item.CreateTime
 		safeVM.Demand = item.Demand
 		safeVM.Demand = item.Demand
-		safeVM.EndTime = item.EndTime
+		// safeVM.EndTime = item.EndTime
 		id, _ := comm.AesEncrypt(strconv.Itoa(item.Id), conf.SignSecret)
 		id, _ := comm.AesEncrypt(strconv.Itoa(item.Id), conf.SignSecret)
 		safeVM.Id = id
 		safeVM.Id = id