|
@@ -86,6 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="p.enginCycle != null and p.enginCycle != ''">
|
|
<if test="p.enginCycle != null and p.enginCycle != ''">
|
|
and engin_cycle = #{p.enginCycle}
|
|
and engin_cycle = #{p.enginCycle}
|
|
</if>
|
|
</if>
|
|
|
|
+ order by a.create_time desc
|
|
LIMIT #{page},#{size}
|
|
LIMIT #{page},#{size}
|
|
) AS at)
|
|
) AS at)
|
|
</select>
|
|
</select>
|