zengh
2022-09-14 d79aeb1aefbeff017c27304750f62d629779ed0b
src/main/java/org/springblade/modules/architecture/mapper/ArchitectureMapper.xml
@@ -42,7 +42,7 @@
    <!--查询校内建筑列表-->
    <select id="selectList" resultType="java.util.HashMap">
        SELECT id, mechanismName as mechanismname, tpUrl as tpurl
        SELECT *
        FROM `sys_architecture`
        WHERE campus = #{campus}
          and type = #{type}
@@ -147,6 +147,8 @@
               introduce,
               jd,
               wd,
               x,
               y,
               gd,
               tpUrl         as tpurl,
               codeUrl       as codeurl,
@@ -165,6 +167,8 @@
               introduce,
               jd,
               wd,
               x,
               y,
               gd,
               tpUrl         as tpurl,
               codeUrl       as codeurl,
@@ -183,6 +187,8 @@
               introduce,
               jd,
               wd,
               x,
               y,
               gd,
               tpUrl         as tpurl,
               codeUrl       as codeurl,