소스 검색

代码修复处理

anderx 1 년 전
부모
커밋
4cd7eed92c
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/main/java/com/goafanti/common/controller/BaseApiController.java

+ 0 - 6
src/main/java/com/goafanti/common/controller/BaseApiController.java

@@ -50,12 +50,6 @@ public class BaseApiController extends BaseController {
 
 	/**
 	 *
-	 * @param res
-	 * @param path
-	 * @param isPrivate
-	 * @param req
-	 * @param sign
-	 * @return
 	 */
 	protected String handleFile(Result res, String path, boolean isPrivate, HttpServletRequest req, String sign) {
 		List<MultipartFile> files = getFiles(req);