Commit 1a463d9f by 吴迪

Merge remote-tracking branch 'origin/master'

parents 2ef68131 9c6088da
......@@ -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