소스 검색

Merge branch 'bugfix_6627' into debug

xiziwen 16 시간 전
부모
커밋
62f3876ef9
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      controllers/roadshow/calendar.go

+ 6 - 6
controllers/roadshow/calendar.go

@@ -1047,12 +1047,12 @@ func (this *CalendarController) MattersUpdate() {
 	} else {
 		updateParams["matter_content"] = req.MatterContent
 	}
-	req.EditReason = strings.TrimSpace(req.EditReason)
-	if req.EditReason == "" {
-		this.FailWithMessage("请填写修改原因!", "请填写修改原因")
-		return
-	}
-	updateParams["edit_reason"] = req.EditReason
+	//req.EditReason = strings.TrimSpace(req.EditReason)
+	//if req.EditReason == "" {
+	//	this.FailWithMessage("请填写修改原因!", "请填写修改原因")
+	//	return
+	//}
+	//updateParams["edit_reason"] = req.EditReason
 
 	startDateTime := req.StartDate + " " + req.StartTime
 	endDateTime := req.EndDate + " " + req.EndTime