Commit e42d1e74 authored by 周健威's avatar 周健威

修改bug

parent 888aed62
...@@ -1225,7 +1225,7 @@ ...@@ -1225,7 +1225,7 @@
<!-- 若需根据预定日期条件查询,针对换为位操作 --> <!-- 若需根据预定日期条件查询,针对换为位操作 -->
<!-- yearNo4Where 标识时间参数是否用于where条件 --> <!-- yearNo4Where 标识时间参数是否用于where条件 -->
<if test=" yearMonthAndParam !=null and yearMonthAndParam != null and (yearNo4Where == null or yearNo4Where != true)"> <if test=" yearMonthAndParam !=null and yearMonthAndParam != null and (yearNo4Where == null or yearNo4Where != true)">
vbi.bit_str = #{yearMonthAndParamBitStr} and vbi.bit_str = #{yearMonthAndParamBitStr}
</if> </if>
<if test=" yearNo4Where != null and recordIntersection != null and recordIntersection == true"> <if test=" yearNo4Where != null and recordIntersection != null and recordIntersection == true">
......
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