天天看點

mybatis like查詢

<if test="useroperator != null" >
	and t.useroperator like CONCAT(CONCAT('%', #{useroperator}),'%') 
 </if>                

轉載于:https://my.oschina.net/zhenghuazhi/blog/198841