Merge branch 'jskim-node' of http://39.117.244.52:3000/kjs/ERP-node into gbpark-node
; Please enter a commit message to explain why this merge is necessary, ; especially if it merges an updated upstream into a topic branch. ; ; Lines starting with ';' will be ignored, and an empty message aborts ; the commit.
This commit is contained in:
@@ -1357,7 +1357,7 @@ class DataService {
|
||||
userId?: string,
|
||||
deleteOrphans: boolean = true
|
||||
): Promise<
|
||||
ServiceResponse<{ inserted: number; updated: number; deleted: number }>
|
||||
ServiceResponse<{ inserted: number; updated: number; deleted: number; savedIds?: any[] }>
|
||||
> {
|
||||
try {
|
||||
// 테이블 접근 권한 검증
|
||||
|
||||
Reference in New Issue
Block a user