Commit 9c6088da by rongkailun

【修改】应用领域添加栏目筛选

parent fe0e9419
......@@ -710,6 +710,9 @@ ORDER BY
<if test="newsParams.editor !=null and newsParams.editor !=''">
and editor =#{newsParams.editor}
</if>
<if test="newsParams.classId !=null and newsParams.classId !=''">
and classid =#{newsParams.classId}
</if>
order by id desc
</select>
</mapper>
\ No newline at end of file
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