修复发票列表接口bug
This commit is contained in:
parent
6573045986
commit
472db29426
@ -87,7 +87,7 @@
|
|||||||
xhpc_invoice
|
xhpc_invoice
|
||||||
<where>
|
<where>
|
||||||
del_flag IS NULL
|
del_flag IS NULL
|
||||||
<if test="creator!=null">
|
<if test="creator!=null and creator!='' ">
|
||||||
and creator = #{creator}
|
and creator = #{creator}
|
||||||
</if>
|
</if>
|
||||||
<if test="creatorType!=null">
|
<if test="creatorType!=null">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user