测试
This commit is contained in:
@@ -85,7 +85,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
and a.inner_number like concat('%', #{innerNumber}, '%')
|
||||
</if>
|
||||
<if test="partyName != null and partyName != ''">
|
||||
and a.inner_number like concat('%', #{partyName}, '%')
|
||||
and a.party_name like concat('%', #{partyName}, '%')
|
||||
</if>
|
||||
<if test="billRemark != null and billRemark != ''">
|
||||
and a.bill_remark like concat('%', #{billRemark}, '%')
|
||||
|
||||
Reference in New Issue
Block a user