|
@@ -102,7 +102,7 @@
|
|
|
<if test="huiji.processpercent != null and huiji.processpercent != ''">and processPercent = #{huiji.processpercent}</if>
|
|
|
<if test="huiji.jycs != null and huiji.jycs != ''">and jycs like concat('%', #{huiji.jycs}, '%')</if>
|
|
|
<if test="huiji.zrbm != null and huiji.zrbm != ''">and zrbm like concat('%', #{huiji.zrbm}, '%')</if>
|
|
|
- and (ywfzrname = #{realname} or business_man_name = #{realname})
|
|
|
+ and (ywfzrname = #{realname} or business_man_name = #{realname} or xhzzrname = #{realname})
|
|
|
</where>
|
|
|
</select>
|
|
|
|