修改bug#40985
This commit is contained in:
+1
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user