Mike 3 年之前
父節點
當前提交
161f6b3626
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      no_set_date_execute_detail_notice.py

+ 0 - 2
no_set_date_execute_detail_notice.py

@@ -257,11 +257,9 @@ for execute_man in execute_man_list:
     </html>
     """
 
-    '''
     # 寄送逾期執行表單Email通知
     email = 'mike@choozmo.com'
     print ("發送Email: " + email)
     hhh_send_mail(email, html2)
-    '''
 
 print ('發送執行項目通知(無預定完成日期) (執行單位) end...')