|
|
@ -60,7 +60,7 @@ |
|
|
|
and MOBILE like CONCAT('%', #{mobile}, '%') |
|
|
|
</if> |
|
|
|
<if test="orgId != null and orgId != ''"> |
|
|
|
and (ORG_ID = #{orgId} or FIND_IN_SET(#{orgId},PIDS)) |
|
|
|
and (ORG_ID = #{orgId} or PIDS like CONCAT('%',#{orgId},'%')) |
|
|
|
</if> |
|
|
|
order by CREATED_TIME desc |
|
|
|
</select> |
|
|
|