1.if传值判断
1.1不为空 或null
and cgxs = #{cgxs}1.2 传数字判断
and cgxs = #{cgxs}
1.3传字符串判断
1.3.1 第一种
and cgxs = #{cgxs}1.3.2 第二种
1.4 日期判断(注意,日期只能判断 != null ,不能判断 !='' 会报错哦 )
start_date = #{startDate, jdbcType=TIMESTAMP},
1.if传值判断
1.1不为空 或null
and cgxs = #{cgxs}1.3传字符串判断
1.3.1 第一种
and cgxs = #{cgxs}1.3.2 第二种