This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-06 14:29:04 +08:00
parent f65755b470
commit 307e6ddd85
@@ -308,7 +308,6 @@
<if test="fileType != null">
and SAR_STANDARDS_INFO.STAND_TYPE = #{fileType}
</if>
GROUP BY STAND_ID
order by SAR_STAND_FILE.modify_time desc,SAR_STAND_FILE.id
) tmp_tb limit ${pager.startIndex-1},${pageSize}) a
</select>