Mike 3 سال پیش
والد
کامیت
2974f2b1fc
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      no_set_date_execute_detail_notice.py

+ 3 - 0
no_set_date_execute_detail_notice.py

@@ -127,6 +127,9 @@ if q2_result_count > 0: # 有執行項目(無預定完成日期)
             if r3['contract_time'] is None:
                 r3['contract_time'] = '無'
             
+            if r3['set_date'] is None:
+                r3['set_date'] = '無'
+            
             print ('contract_time = ' + r3['contract_time']) # test
 
             if idx < 1: