修改bug#40985

This commit is contained in:
梁琦涛
2021-10-21 11:58:59 +08:00
parent 21e445d347
commit 566f4c8a76
@@ -120,7 +120,7 @@
<if test="paymentDate != null and paymentDate != ''">
AND DATE_FORMAT(ppr.payment_date,'%Y') = #{paymentDate}
</if>
GROUP BY ppcp.project_id ORDER BY ppcp.create_time desc
GROUP BY ppcp.project_id ORDER BY project.paid_amount asc,ppcp.create_time desc
</select>
<select id="queryPackListAll" resultType="com.jero.project.entity.PayCommonProject">
SELECT * FROM (