修复发票列表接口bug

This commit is contained in:
wenhui 2022-03-03 10:48:46 +08:00
parent 6573045986
commit 472db29426

View File

@ -87,7 +87,7 @@
xhpc_invoice
<where>
del_flag IS NULL
<if test="creator!=null">
<if test="creator!=null and creator!='' ">
and creator = #{creator}
</if>
<if test="creatorType!=null">