|
@@ -124,7 +124,9 @@ if q2_result_count > 0: # 有執行項目(無預定完成日期)
|
|
|
for r3 in db.query(q3):
|
|
|
url = 'https://backstage.hhh.com.tw/admin/home/execute?exf_id=' + str(r3['exf_id'])
|
|
|
|
|
|
- if r3['contract_time'] is None:
|
|
|
+ print ('contract_time = ' + r3['contract_time']) # test
|
|
|
+
|
|
|
+ if r3['contract_time'] is 'None':
|
|
|
r3['contract_time'] = '無'
|
|
|
|
|
|
if idx < 1:
|