hongze 1 year ago
parent
commit
100637499c
1 changed files with 0 additions and 2 deletions
  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