tangzy
2022-03-23 5dbdb3b1a0f164c4d31d0bb8cb4713e2f13a65b3
src/main/java/org/springblade/modules/architecture/mapper/ArchitectureMapper.xml
@@ -85,10 +85,10 @@
        SELECT jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl
        FROM sys_architecture
        WHERE is_deleted = 0
        UNION
        SELECT jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl
        FROM sys_mechanism
        WHERE is_deleted = 0
        --         UNION
--         SELECT jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl
--         FROM sys_mechanism
--         WHERE is_deleted = 0
    </select>
    <select id="selectIns" resultType="java.lang.String">