fix
Helius
2021-07-23 bfb8d3b963f9653ac420b965f1eecadb887ca537
gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml
@@ -4,6 +4,7 @@
    <select id="selectSysNewsListVo" resultType="com.xzx.gc.system.vo.SysNewsListVo">
        select * from xzx_sys_news
        where del_flag=0
        order by sort ASC
    </select>