Mike 3 anos atrás
pai
commit
4e6e89962c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      is_close_changed_notice.py

+ 1 - 1
is_close_changed_notice.py

@@ -105,7 +105,7 @@ async def is_close_changed_notice(exf_id: int = 0, is_close: str = ''):
     # 取得合約資料
     q = "SELECT * \
         FROM execute_form \
-        WHERE exf_id = " + exf_id
+        WHERE exf_id = " + str(exf_id)
 
     q_result_count = len(list(db.query(q)))