hongze 1 gadu atpakaļ
vecāks
revīzija
100637499c
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      controllers/overseas_custom/custom.go

+ 0 - 2
controllers/overseas_custom/custom.go

@@ -231,8 +231,6 @@ func (this *OverseasCustomController) CustomHide() {
 
 		updateParams := make(map[string]interface{})
 		updateParams["is_hide"] = isHide
-		updateParams["modify_time"] = time.Now()
-
 		whereParam := make(map[string]interface{})
 		whereParam["company_id"] = req.CompanyId