| | |
| | | <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="contactscell" property="contactscell"/> |
| | | <result column="approve" property="approve"/> |
| | | <result column="jurisdiction" property="jurisdiction"/> |
| | | <result column="overtime" property="overtime"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | <select id="selectIn" resultType="java.util.HashMap"> |
| | | select * |
| | | from sys_permit |
| | | where and cardid = #{cardid} and ptype=#{type } |
| | | where cardid = #{cardid} and ptype=#{type } |
| | | </select> |
| | | |
| | | <insert id="insertPer" useGeneratedKeys="true" keyProperty="id"> |