This commit is contained in:
赵辉
2026-07-11 18:11:58 +08:00
parent 23bffb32b3
commit 61b68804f0
2 changed files with 11 additions and 2 deletions
@@ -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}, '%')