테이블 컬럼 표시문제 수정

This commit is contained in:
kjs
2025-09-24 15:02:54 +09:00
parent 649ed5c6d7
commit 0d9ee4c40f
3 changed files with 71 additions and 11 deletions

View File

@@ -233,6 +233,9 @@ export class EntityJoinService {
"master_sabun",
"location",
"data_type",
"company_name",
"sales_yn",
"status",
].includes(col);
if (isJoinTableColumn) {
@@ -256,6 +259,9 @@ export class EntityJoinService {
"master_sabun",
"location",
"data_type",
"company_name",
"sales_yn",
"status",
].includes(col);
if (isJoinTableColumn) {