|
|
@@ -48,7 +48,7 @@
|
|
|
LEFT JOIN fs_user_company_user fsu ON u.user_id = fsu.user_id
|
|
|
LEFT JOIN company_fs_user cfs on u.user_id=cfs.fs_user_id
|
|
|
<where>
|
|
|
- (fsu.company_id =#{companyId} or fsu.company_id is null)
|
|
|
+ (u.company_id =#{companyId} or u.company_id is null)
|
|
|
<if test="phone != null and phone != ''">
|
|
|
and u.phone = #{phone}
|
|
|
</if>
|