| | |
| | | <result column="creditCode" property="creditcode"/> |
| | | <result column="enterpriseName" property="enterprisename"/> |
| | | <result column="representative" property="representative"/> |
| | | <result column="establishTime" property="establishtime"/> |
| | | <result column="establishtime" property="establishtime"/> |
| | | <result column="registeredCapital" property="registeredcapital"/> |
| | | <result column="organizationCode" property="organizationcode"/> |
| | | <result column="registrationNumber" property="registrationnumber"/> |
| | |
| | | <result column="offices" property="offices"/> |
| | | <result column="officetime" property="officetime"/> |
| | | <result column="deptid" property="deptid"/> |
| | | <result column="permitime" property="permitime"/> |
| | | <result column="ptype" property="ptype"/> |
| | | <result column="cardid" property="cardid"/> |
| | | <result column="representativecell" property="representativecell"/> |
| | | <result column="contacts" property="contacts"/> |
| | | <result column="contactscell" property="contactscell"/> |
| | | <result column="storage" property="storage"/> |
| | | <result column="jurisdiction" property="jurisdiction"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | select * from sys_record |
| | | </select> |
| | | |
| | | <select id="selectIn" resultType="java.util.HashMap"> |
| | | select * from sys_record where cardid=#{cardid} and ptype=#{type} |
| | | </select> |
| | | |
| | | </mapper> |