|
|
@ -669,7 +669,7 @@ |
|
|
|
and lww.pay_status = #{param.payStatus} |
|
|
|
and lww.pay_status = #{param.payStatus} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="param.settlementStatus != null"> |
|
|
|
<if test="param.settlementStatus != null"> |
|
|
|
and lww.freeze_time = #{param.settlementStatus} |
|
|
|
and lww.settlement_status = #{param.settlementStatus} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
GROUP BY lww.id |
|
|
|
GROUP BY lww.id |
|
|
|
order by lww.create_time desc |
|
|
|
order by lww.create_time desc |
|
|
|