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