fix
Helius
2021-07-23 cf2deb37da116d7e2877f741971db4fa207e8617
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>