|
@@ -46,7 +46,7 @@
|
|
|
tas.success_num tas_success_num,
|
|
|
tas.true_success_num tas_true_success_num, tas.default_num tas_default_num, tas.pram_json tas_pram_json,
|
|
|
tas.task_condition_id tas_task_condition_id, tas.create_time tas_create_time,
|
|
|
- tas.task_type tas_task_type, tas.downexcel tas_downexcel,
|
|
|
+ tas.task_type tas_task_type, tas.downexcel tas_downexcel, tas.system_file_id tas_system_file_id,
|
|
|
con.id, con.task_id, con.task_type, con.task_type2, con.conditions,
|
|
|
con.crons, con.config_cells, con.config_id, con.task_name, con.total,
|
|
|
con.orderby, con.orderby_type, con.db_type, con.start_number, con.end_number,
|
|
@@ -132,6 +132,7 @@
|
|
|
<result column="tas_task_type" property="taskType"/>
|
|
|
<result column="tas_endtime" property="modifiedTime"/>
|
|
|
<result column="tas_downexcel" property="url"/>
|
|
|
+ <result column="tas_system_file_id" property="fileId"/>
|
|
|
<result column="conditions" property="conditions"/>
|
|
|
<result column="crons" property="crons"/>
|
|
|
<result column="config_cells" property="configCells"/>
|