테이블 컬럼 표시문제 수정
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user