Commit 25436164 by jiang'yun

修改

parent 5181a044
...@@ -187,6 +187,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -187,6 +187,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="wjsjjs!=null and wjsjjs!=''"> <if test="wjsjjs!=null and wjsjjs!=''">
and to_char(WJRQ,'YYYY')&lt;=#{wjsjjs} and to_char(WJRQ,'YYYY')&lt;=#{wjsjjs}
</if> </if>
<if test="gs!=null and gs!=''">
and f.gs like CONCAT(CONCAT('%', #{gs}), '%')
</if>
</where> </where>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment