Merge remote-tracking branch 'origin/develop_master' into develop_master
This commit is contained in:
+3
-1
@@ -18,7 +18,8 @@
|
||||
</update>
|
||||
<select id="getFileMaterialPage" resultType="com.adc.da.slrs.fileMaterialCenter.entity.FileMaterial">
|
||||
SELECT
|
||||
fm.*,zd.id as treeId,zt.name as treeName
|
||||
fm.id, fm.data_type, fm.data_title, fm.data_upload_time, fm.data_explain, fm.attach_file_id, fm.click_count,
|
||||
fm.is_top, fm.del_flag, fm.is_show, zd.id as treeId, zt.name as treeName
|
||||
FROM
|
||||
file_material fm
|
||||
LEFT JOIN zl_data zd ON zd.data_id=fm.id
|
||||
@@ -49,6 +50,7 @@
|
||||
<if test="flieM.endDataUploadTime != null ">
|
||||
AND fm.data_upload_time <= #{flieM.endDataUploadTime}
|
||||
</if>
|
||||
group by fm.id
|
||||
order by fm.data_upload_time desc
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user