Skip to content

Commit

Permalink
Chore: 큐시트 컨트롤러 주석 제거 (#60)
Browse files Browse the repository at this point in the history
* Chore: 조직 유저 일괄 생성 추가

* Chore: 조직 유저 일괄 생성 조직 추가

* Chore: 조직list 추가

* Chore: 큐시트 컨트롤러 주석 제거

* Chore: 큐시트 컨트롤러 주석 제거

---------

Co-authored-by: yby654 <yby654321@gmail.com>
  • Loading branch information
yby654 and yby654321 authored Nov 1, 2023
1 parent 812b58b commit 3085978
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ public ResponseEntity<?> findAllQsheets(
public ResponseEntity<?> createQsheet(@RequestPart QsheetEntity.QsheetCreateDto qsheetCreateDto, @RequestPart(name = "files", required = false) List<MultipartFile> files) {
log.info("[QsheetController] createQsheet...!");

log.error("qsheetCreateDto {} ", qsheetCreateDto.getName());
log.error("file {} ", files.size());

qsheetService.createQsheet(qsheetCreateDto, files);

final ResultResponse response = ResultResponse.of(SuccessCode.OK);
Expand Down

0 comments on commit 3085978

Please sign in to comment.