Commit 6623e71c by rongkailun

【修改】图片资讯levels筛选

parent 3390e733
...@@ -59,11 +59,11 @@ ...@@ -59,11 +59,11 @@
and inputDate BETWEEN #{params.inputDateStart} AND #{params.inputDateEnd} and inputDate BETWEEN #{params.inputDateStart} AND #{params.inputDateEnd}
</if> </if>
<choose> <choose>
<when test="params.pictureLevel !=null and params.pictureLevel !=''"> <when test="params.pictureLevel !=null ">
AND PicLevel = #{params.pictureLevel} AND PicLevel = #{params.pictureLevel}
</when> </when>
<otherwise> <otherwise>
AND PicLevel = 0 AND PicLevel > 0
</otherwise> </otherwise>
</choose> </choose>
ORDER BY ORDER BY
......
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