Browse Source

业务项目管理

anderx 8 years ago
parent
commit
e47c0d974f

+ 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"));