| | |
| | | <result column="roll" property="roll"/> |
| | | <result column="loutype" property="loutype"/> |
| | | <result column="mtype" property="mtype"/> |
| | | <result column="addressName" property="addressName"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | |
| | | |
| | | <select id="selectList" resultType="java.util.HashMap"> |
| | | select jd,wd,mechanismName as mechanismname,tpUrl as tpurl,codeUrl as codeurl,introduce 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 lifetype=#{lifetype} and is_deleted = 0 |
| | | </select> |
| | | </mapper> |