Selaa lähdekoodia

Merge branch 'aj_overseas_custorm'

hongze 1 vuosi sitten
vanhempi
commit
5992cdb3d8
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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