|
@@ -21,7 +21,7 @@
|
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
|
and cpgza.id = #{param.accountId}
|
|
and cpgza.id = #{param.accountId}
|
|
|
</if>
|
|
</if>
|
|
|
- order by cpgd.date_str desc
|
|
|
|
|
|
|
+ order by cpgd.date_str desc, cpgd.account_id
|
|
|
limit #{offset}, #{pageSize}
|
|
limit #{offset}, #{pageSize}
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|