码迷,mamicode.com
首页 > 数据库 > 详细

java动态条件查询sql语句

时间:2018-07-06 11:38:44      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:work   select   tool   from   where   HERE   date   条件查询   ble   

select
*
from
table
where
1=1
<if test="tUserId!=null and tUserId!=‘‘">
and t_user_id=#{tUserId}
</if>
<if test="toolCode!=null and toolCode!=‘‘">
and .tool_code=#{toolCode}
</if>
<if test="workCode!=null and workCode!=‘‘">
and work_code=#{workCode}
</if>
<if test="bDate!=null and bDate!=‘‘">
and b_date>#{bDate}
</if>

java动态条件查询sql语句

标签:work   select   tool   from   where   HERE   date   条件查询   ble   

原文地址:http://blog.51cto.com/10972685/2136975

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!