运维网's Archiver
论坛
›
SQL Server
› java动态条件查询sql语句
sonyet
发表于 2018-10-19 10:29:48
java动态条件查询sql语句
select
*
from
table
where
1=1
and t_user_id=#{tUserId}
and .tool_code=#{toolCode}
and work_code=#{workCode}
and b_date>#{bDate}
页:
[1]
查看完整版本:
java动态条件查询sql语句