通讯录查询修改

master
Xusan 2024-05-16 16:19:34 +08:00
parent f82ccc6510
commit 5ad75aceb0
1 changed files with 1 additions and 1 deletions

View File

@ -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 != '' ">