|
|
|
@ -287,7 +287,6 @@ public class Excl02Controller extends ApplicationController {
|
|
|
|
|
|
|
|
|
|
// 첨부 파일
|
|
|
|
|
List<FileInfo> fileInfoList = new ArrayList<FileInfo>();
|
|
|
|
|
|
|
|
|
|
if (uploadFiles != null && uploadFiles.length > 0) {
|
|
|
|
|
fileInfoList = new FileInfoFactory().makeFileInfos(null, uploadFiles);
|
|
|
|
|
}
|
|
|
|
|