From 714575c624cece041dd2e4e6a0c1ca57809b8315 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Wed, 20 Sep 2023 11:11:19 +0900 Subject: [PATCH] =?UTF-8?q?style:=20CAST=E3=81=97=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=82=8B=E7=90=86=E7=94=B1=E3=82=92=E3=82=B3=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=81=A7=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/jskult-webapp/src/repositories/bio_sales_lot_repository.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ecs/jskult-webapp/src/repositories/bio_sales_lot_repository.py b/ecs/jskult-webapp/src/repositories/bio_sales_lot_repository.py index ef10aa32..9a83be99 100644 --- a/ecs/jskult-webapp/src/repositories/bio_sales_lot_repository.py +++ b/ecs/jskult-webapp/src/repositories/bio_sales_lot_repository.py @@ -45,6 +45,7 @@ class BioSalesLotRepository(BaseRepository): inst_name_form, address, tel_num, + -- Excel出力のため、数値型のコード値を文字列として取得(Veeva卸コード、Veeva卸組織コード、Veeva取引区分コード) CAST(v_whs_cd AS CHAR) AS v_whs_cd, CAST(v_whsorg_cd AS CHAR) AS v_whsorg_cd, whs_org_name,