Commit 47c59b10 by guojuxing

发票列表sql修复:语法错误

parent 7346eb5b
......@@ -417,7 +417,7 @@
and DATE_FORMAT(create_time,'%Y-%m-%d') <= #{endTime}
</if>
<if test="invoiceStatusStr != null">
and invoice_status in #{invoiceStatusStr}
and invoice_status in (#{invoiceStatusStr})
</if>
order by create_time desc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment