@@ -60,6 +60,9 @@ def yzy_msg_queue_proc():
row.sent_time = datetime.now()
if resp['errcode'] == 0:
row.sent_status = 1
+
+ if 'jobid' not in resp:
+ resp['jobid'] = ''
row.errmsg = resp['jobid']
else:
row.sent_status = 9