通讯录查询修改
parent
f82ccc6510
commit
5ad75aceb0
|
|
@ -18,7 +18,7 @@
|
||||||
<if test="dto.type != null and dto.type != '' ">
|
<if test="dto.type != null and dto.type != '' ">
|
||||||
AND R.TYPE = #{dto.type}
|
AND R.TYPE = #{dto.type}
|
||||||
</if>
|
</if>
|
||||||
<if test="dto.type != null and dto.type != '' ">
|
<if test="dto.ftype != null and dto.ftype != '' ">
|
||||||
AND F.TYPE = #{dto.ftype}
|
AND F.TYPE = #{dto.ftype}
|
||||||
</if>
|
</if>
|
||||||
<if test="dto.name != null and dto.name != '' ">
|
<if test="dto.name != null and dto.name != '' ">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue