员工段面试列表查询错误
This commit is contained in:
@@ -344,7 +344,7 @@
|
|||||||
<where>
|
<where>
|
||||||
hpip.deleted = 0
|
hpip.deleted = 0
|
||||||
<if test="record.partnerName !=null and record.partnerName!=''">
|
<if test="record.partnerName !=null and record.partnerName!=''">
|
||||||
hpui.username like concat('%',#{record.partnerName},'%')
|
and hpui.username like concat('%',#{record.partnerName},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="record.partnerMobile !=null and record.partnerMobile!=''">
|
<if test="record.partnerMobile !=null and record.partnerMobile!=''">
|
||||||
and hpui.mobile like concat('%',#{record.partnerMobile},'%')
|
and hpui.mobile like concat('%',#{record.partnerMobile},'%')
|
||||||
|
|||||||
Reference in New Issue
Block a user