瀏覽代碼

业务项目管理

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