chpark-sync #425

Merged
kjs merged 293 commits from chpark-sync into main 2026-03-23 09:36:36 +09:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 1d3c94ee65 - Show all commits

View File

@ -2154,9 +2154,9 @@ export class ScreenManagementService {
targetCompanyCode, // 대상 회사 코드 사용
sourceScreen.table_name,
sourceScreen.is_active,
copyData.userId,
copyData.createdBy,
new Date(),
copyData.userId,
copyData.createdBy,
new Date(),
]
);
@ -2268,7 +2268,7 @@ export class ScreenManagementService {
screenCode: data.mainScreen.screenCode,
description: data.mainScreen.description || "",
companyCode: data.companyCode,
userId: data.userId,
createdBy: data.userId,
targetCompanyCode: data.targetCompanyCode, // 대상 회사 코드 전달
});
@ -2284,7 +2284,7 @@ export class ScreenManagementService {
screenCode: modalData.screenCode,
description: "",
companyCode: data.companyCode,
userId: data.userId,
createdBy: data.userId,
targetCompanyCode: data.targetCompanyCode, // 대상 회사 코드 전달
});