feat: V施設統合マスタには変換対象がなかった。コメントだけ追記

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-09-16 16:44:13 +09:00
parent 4a32976deb
commit ae4a40a8bd
2 changed files with 2 additions and 0 deletions

View File

@ -950,6 +950,7 @@ class VjskReceiveFileMapper:
,merge_reason
,dwh_upd_dt
)
-- NULLに変換する対象のカラムはない
SELECT
t.v_inst_cd
,t.v_inst_cd_merg

View File

@ -351,6 +351,7 @@ class TestImportFileToDb:
# teardown
def test_load_04_vop_hco_merge_ok(self, mapper):
# V施設統合マスタにはNULL変換対象の文字列型カラムがない
table_name_org = mapper.get_org_table(mapper.CONDKEY_VOP_HCO_MERGE)
table_name_src = mapper.get_src_table(mapper.CONDKEY_VOP_HCO_MERGE)