| | |
| | | |
| | | <!--查询校内建筑列表--> |
| | | <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} |
| | |
| | | WHERE panoramaurl IS NOT NULL |
| | | AND panoramaurl!='' and is_deleted = 0 |
| | | </select> |
| | | <select id="selectArchALL" resultType="java.util.HashMap"> |
| | | SELECT jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl,x |
| | | |
| | | <select id="selectArchALL" resultType="org.springblade.modules.architecture.entity.Architecture"> |
| | | SELECT id,jd, wd, mechanismName AS mechanismname, tpUrl AS tpurl, codeUrl AS codeurl, introduce, panoramaurl,x |
| | | FROM sys_architecture |
| | | WHERE is_deleted = 0 |
| | | -- UNION |
| | |
| | | introduce, |
| | | jd, |
| | | wd, |
| | | x, |
| | | y, |
| | | gd, |
| | | tpUrl as tpurl, |
| | | codeUrl as codeurl, |
| | |
| | | introduce, |
| | | jd, |
| | | wd, |
| | | x, |
| | | y, |
| | | gd, |
| | | tpUrl as tpurl, |
| | | codeUrl as codeurl, |
| | |
| | | introduce, |
| | | jd, |
| | | wd, |
| | | x, |
| | | y, |
| | | gd, |
| | | tpUrl as tpurl, |
| | | codeUrl as codeurl, |