|
|
|
@ -51,7 +51,7 @@ |
|
|
|
|
<if test="billingDate1 != null"> |
|
|
|
|
AND date_format(t.invoice_date,'%Y') = date_format(#{billingDate1},'%Y') |
|
|
|
|
</if> |
|
|
|
|
and date_format(qs_date,'%Y-%m') >= date_format(now(),'%Y-%m') |
|
|
|
|
and date_format(qs_date,'%Y-%m') = date_format(now(),'%Y-%m') |
|
|
|
|
order by t.qs_date desc |
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|