Commit 6623e71c by rongkailun

【修改】图片资讯levels筛选

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