git -C '/home/opc/rocketa.git' show 13d79e5 -- oci_func/test/func.pycommit 13d79e5dee41987780133ced01b3e3cc2349b1c9
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Wed Nov 5 13:17:46 2025 +0900
テストセンター機能実装
diff --git a/oci_func/test/func.py b/oci_func/test/func.py
index 8119a32..9f532cc 100644
--- a/oci_func/test/func.py
+++ b/oci_func/test/func.py
@@ -349,10 +349,10 @@ def handler(ctx, data: io.BytesIO = None):
sql_query += ' master_id = :master_id '
sql_query += 'AND '
sql_query += ' ad_id = :ad_id '
- # sql_query += 'AND '
- # sql_query += ' valid_start_date <= :valid_start_date '
- # sql_query += 'AND '
- # sql_query += ' valid_end_date > :valid_end_date '
+ sql_query += 'AND '
+ sql_query += ' valid_start_date <= :valid_start_date '
+ sql_query += 'AND '
+ sql_query += ' valid_end_date > :valid_end_date '
logging.info(f"■■■386■■■■{reward_data_dict}")
params = {