Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner

This commit is contained in:
zhangchenbiao
2023-06-27 10:34:02 +08:00

View File

@@ -344,7 +344,7 @@
<where>
hpip.deleted = 0
<if test="record.partnerName !=null and record.partnerName!=''">
hpui.username like concat('%',#{record.partnerName},'%')
and hpui.username like concat('%',#{record.partnerName},'%')
</if>
<if test="record.partnerMobile !=null and record.partnerMobile!=''">
and hpui.mobile like concat('%',#{record.partnerMobile},'%')