快捷回复查询bug修改
This commit is contained in:
		
							parent
							
								
									c8db2df18c
								
							
						
					
					
						commit
						71634e3ca3
					
				| 
						 | 
				
			
			@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 | 
			
		|||
        left join sys_user su on su.user_id = br.creater
 | 
			
		||||
        <where>
 | 
			
		||||
            <if test="replyTitle != null and replyTitle != ''">
 | 
			
		||||
                and br.replyTitle like concat('%',#{replyTitle},'%')
 | 
			
		||||
                and br.reply_title like concat('%',#{replyTitle},'%')
 | 
			
		||||
            </if>
 | 
			
		||||
            <if test="nickName != null and nickName != ''">
 | 
			
		||||
                and su.nick_name like concat('%',#{nickName},'%')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue