feat: 単体試験NG対応

This commit is contained in:
高木要 2023-06-22 10:34:14 +09:00
parent 4bde68a27c
commit 3b2362442d
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ def _count_inst_merge_t(db: Database) -> int:
try:
sql = """
SELECT
COUNT(dcf_inst_cd) AS cnt
COUNT(dcf_dsf_inst_cd) AS cnt
FROM
internal05.inst_merge_t
"""

View File

@ -138,7 +138,7 @@ BEGIN
);
SET @extract_from_datetime = CAST(extract_from_date AS DATETIME);
SET @extract_to_datetime = CAST(extract_to_date AS DATETIME);
SET @extract_to_datetime = ADDTIME(CAST(extract_to_date AS DATETIME), '23:59:59');
SET @upsert_sales_launderning = "
INSERT INTO