lanjianrong 4 tahun lalu
induk
melakukan
5ffc295ab8
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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