소스 검색

Merge branch 'aj_overseas_custorm'

hongze 1 년 전
부모
커밋
5992cdb3d8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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