|
|
@@ -89,7 +89,6 @@
|
|
|
<if test="auditStatus != null">
|
|
|
and b.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- order by a.create_time desc
|
|
|
<if test="page_sql != null">
|
|
|
${page_sql}
|
|
|
</if>
|
|
|
@@ -241,7 +240,6 @@
|
|
|
<if test="auditStatus != null">
|
|
|
and b.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- order by a.create_time desc
|
|
|
<if test="page_sql != null">
|
|
|
${page_sql}
|
|
|
</if>
|
|
|
@@ -962,7 +960,6 @@
|
|
|
<if test="auditStatus != null">
|
|
|
and b.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- order by a.create_time desc
|
|
|
<if test="page_sql != null">
|
|
|
${page_sql}
|
|
|
</if>
|
|
|
@@ -1118,7 +1115,6 @@
|
|
|
<if test="auditStatus != null">
|
|
|
and b.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- order by a.create_time desc
|
|
|
<if test="page_sql != null">
|
|
|
${page_sql}
|
|
|
</if>
|