Automation init...3
This commit is contained in:
parent
19ef055cf4
commit
4cd11024f1
@ -82,7 +82,7 @@ class FileLibrary extends MyStorageLibrary
|
|||||||
));
|
));
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
public function createByBoardLibrary(BoardEntity $board_entity, int $cnt, array $listInfos): FileEntity
|
public function createByBoardLibrary(BoardEntity $board_entity, int $cnt, array $listInfos): void
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
//파일관리 table에 등록
|
//파일관리 table에 등록
|
||||||
@ -110,7 +110,6 @@ class FileLibrary extends MyStorageLibrary
|
|||||||
__FUNCTION__,
|
__FUNCTION__,
|
||||||
$this->getOriginSequence()
|
$this->getOriginSequence()
|
||||||
));
|
));
|
||||||
return $entity;
|
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
log_message("notice", sprintf(
|
log_message("notice", sprintf(
|
||||||
"\n---%s 게시물 %s번째[%s]의 %s번째용 파일 등록 오류---\n%s\n--------------------------------\n",
|
"\n---%s 게시물 %s번째[%s]의 %s번째용 파일 등록 오류---\n%s\n--------------------------------\n",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user