fix: jst化の不備修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2024-04-16 11:25:12 +09:00
parent e06d88b747
commit 8c8be962a1
2 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ def exec():
db = Database.get_instance()
try:
db.connect()
db.to_jst()
db.begin()
db.to_jst()
logger.debug('DCF施設統合マスタ作成処理開始')
# COM施設からDCF施設統合マスタに登録
(is_add_dcf_inst_merge, duplication_inst_records) = _insert_dcf_inst_merge_from_com_inst(db)

View File

@ -15,8 +15,8 @@ def exec():
db = Database.get_instance()
try:
db.connect()
db.to_jst()
db.begin()
db.to_jst()
logger.debug('DCF施設統合マスタ日次更新処理開始')
# DCF施設統合マスタ移行先コードのセット(無効フラグが『0(有効)』)
enabled_dst_inst_merge_records = _set_enabled_dct_inst_merge(db)