xiaoyong931011
2021-07-23 7870947c3dc93f6d8b2db718eab551edfc709f9b
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>