|
@@ -37,7 +37,7 @@
|
|
|
<!--List<QueryTaskVO> queryTasks(QueryTaskDTO queryTaskDTO);-->
|
|
|
<select id="queryTasks" resultMap="queryTasksMap">
|
|
|
select tas.id tas_id, tas.type tas_type, tas.uid tas_uid, tas.ctime tas_ctime, tas.tid tas_tid,
|
|
|
- tas.report_id tas_report_id, tas.mfields tas_mfields, tas.mun tas_mun, tas.onmun tas_onmun, tas.endtime
|
|
|
+ tas.report_id tas_report_id, tas.product_id tas_product_id, tas.mfields tas_mfields, tas.mun tas_mun, tas.onmun tas_onmun, tas.endtime
|
|
|
tas_endtime,
|
|
|
tas.status tas_status, tas.filename tas_filename, tas.filesize tas_filesize, tas.loadtime tas_loadtime, tas.main
|
|
|
tas_main,
|
|
@@ -109,6 +109,7 @@
|
|
|
<result column="tas_ctime" property="startTime"/>
|
|
|
<result column="tas_tid" property="projectId"/>
|
|
|
<result column="tas_report_id" property="reportId"/>
|
|
|
+ <result column="tas_product_id" property="productId"/>
|
|
|
<result column="tas_mun" property="total"/>
|
|
|
<result column="tas_endtime" property="endTime"/>
|
|
|
<result column="tas_status" property="status"/>
|