| | |
| | | select * from sys_life where is_deleted = 0 |
| | | </select> |
| | | |
| | | |
| | | <!--查询设施集合--> |
| | | <select id="selectList" resultType="java.util.HashMap"> |
| | | select jd,wd,mechanismName as mechanismname,tpUrl as tpurl,codeUrl as codeurl,introduce,x from sys_life where lifetype=#{lifetype} and is_deleted = 0 |
| | | select |
| | | jd,wd,mechanismName as mechanismname,tpUrl as tpurl,codeUrl as codeurl,introduce,x from |
| | | sys_life |
| | | where is_deleted = 0 |
| | | and lifetype=#{life.lifetype} |
| | | <if test="life.campus!=null and life.campus!=''"> |
| | | and campus = #{life.campus} |
| | | </if> |
| | | </select> |
| | | </mapper> |