From dc18487b17da299f27bf53afd0695d72b2ed95b9 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Thu, 5 Jun 2025 10:06:16 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20SQL=E3=81=AE=E5=AE=9F=E8=A1=8C=E9=A0=86?= =?UTF-8?q?=E5=BA=8F=E3=82=92=E8=A8=AD=E8=A8=88=E6=9B=B8=E9=80=9A=E3=82=8A?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py b/ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py index b4cdc688..ba08ea30 100644 --- a/ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py +++ b/ecs/jskult-batch/src/batch/trn_result_data_bio_lot.py @@ -102,11 +102,11 @@ class TrnResultDataBioLot(JskultBatchEntrypoint): self._insert_trn_result_data_bio_lot(db) # 生物由来ロット分解データの不要レコードを削除する self._delete_empty_lot_record(db) - # 製造ロット管理番号マスタから有効期限を生物由来ロット分解データにセットする - self._set_expr_dt_from_customer_lotno_all(db) # 施設情報を生物由来ロット分解データにセットする self._set_inst_info_from_com_inst_or_com_pharm_or_mst_inst_merck( db) + # 製造ロット管理番号マスタから有効期限を生物由来ロット分解データにセットする + self._set_expr_dt_from_customer_lotno_all(db) db.commit() logger.info('生物由来ロット分解処理終了') # 処理が全て正常終了した際に、バッチ実行管理テーブルに「success」で登録