修复发票列表接口bug
This commit is contained in:
parent
6573045986
commit
472db29426
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user