gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml
@@ -35,5 +35,11 @@ where news_id = #{newsId} </update> <select id="selectSysNews" resultType="com.xzx.gc.system.vo.ApiNewsListVo"> select * from xzx_sys_news where del_flag=0 and status = 2 order by sort ASC </select> </mapper>