소스 검색

业务项目管理

anderx 8 년 전
부모
커밋
e47c0d974f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/admin/controller/BusinessProjectController.java

+ 1 - 1
src/main/java/com/goafanti/admin/controller/BusinessProjectController.java

@@ -81,7 +81,7 @@ public class BusinessProjectController extends CertifyApiController{
 		Result res = new Result();
 		AttachmentType attachmentType = AttachmentType.getField(sign);
 
-		if (attachmentType == AttachmentType.BUSINESS_PROJECT_MIN_PICTURE
+		if (attachmentType == AttachmentType.BUSINESS_PROJECT_MAX_PICTURE
 				|| attachmentType == AttachmentType.BUSINESS_PROJECT_MIN_PICTURE
 				) {
 			res.setData(handleFiles(res, "/Project/", false, req, sign, "project"));