fix 企业管理员查询人员信息
This commit is contained in:
+3
@@ -33,6 +33,9 @@
|
||||
<if test="payContactsManagement.companyName != null and payContactsManagement.companyName != ''">
|
||||
AND pcm1.company_name LIKE concat('%',concat(#{payContactsManagement.companyName},'%'))
|
||||
</if>
|
||||
<if test="payContactsManagement.companyId != null and payContactsManagement.companyId != ''">
|
||||
AND pcm1.id = #{payContactsManagement.companyId}
|
||||
</if>
|
||||
</where>
|
||||
ORDER BY pcm.create_time DESC
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user