Commit b3440885 by jiangyun

修改

parent d917eaee
......@@ -38,7 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
WHERE 1=1
<if test="jhs!=null">
<if test="jhs!=null and jhs.length>0">
and
<foreach item="jh" collection="jhs"
open="(" separator=" or " close=")">
......@@ -97,7 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND A.djsd1 > B.djsd1
AND A.djsd2 &lt; B.djsd2
WHERE 1=1
<if test="jhs!=null">
<if test="jhs!=null and jhs.length>0">
and
<foreach item="jh" collection="jhs"
open="(" separator=" or " close=")">
......
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