Mike hace 3 años
padre
commit
4e6e89962c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)))