| | |
| | | <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"/> |
| | |
| | | <select id="selectIn" resultType="java.util.HashMap"> |
| | | select * |
| | | from sys_permit |
| | | where storage = 0 |
| | | and cardid = #{cardid} |
| | | where cardid = #{cardid} and ptype=#{type } |
| | | </select> |
| | | |
| | | <insert id="insertPer" useGeneratedKeys="true" keyProperty="id"> |