|
@@ -149,7 +149,7 @@ async def is_close_changed_notice(exf_id: str = '', is_close: str = ''):
|
|
|
|
|
|
if q1_result_count > 0: # 有執行單位Email清單
|
|
|
for r1 in db.query(q1):
|
|
|
- print('執行單位: ' + r['execute_man'])
|
|
|
+ print('執行單位: ' + r1['execute_man'])
|
|
|
email_list.append(r1['execute_man'])
|
|
|
elif is_close == 'E':
|
|
|
html += '<div>本合約狀態已修改為 <span style="color:red;">不續約延期</span></div>'
|