通讯录查询修改
parent
7abe91380d
commit
b95291fc42
|
|
@ -33,7 +33,6 @@
|
||||||
<if test="dto.phone != null and dto.phone != '' ">
|
<if test="dto.phone != null and dto.phone != '' ">
|
||||||
AND AB.PHONE LIKE CONCAT('', #{dto.phone}, '%')
|
AND AB.PHONE LIKE CONCAT('', #{dto.phone}, '%')
|
||||||
</if>
|
</if>
|
||||||
GROUP BY AB.ID
|
|
||||||
ORDER BY F.SORT NULLS LAST,F.SORT,AB.SORT
|
ORDER BY F.SORT NULLS LAST,F.SORT,AB.SORT
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue