feat: 単体試験NG対応
This commit is contained in:
parent
4bde68a27c
commit
3b2362442d
@ -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
|
||||
"""
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user