| | |
| | | <result column="creditCode" property="creditcode"/> |
| | | <result column="enterpriseName" property="enterprisename"/> |
| | | <result column="representative" property="representative"/> |
| | | <result column=" |
| | | regstsat" property=" |
| | | regstsat"/> |
| | | <result column="establishTime" property="establishtime"/> |
| | | <result column="registeredCapital" property="registeredcapital"/> |
| | | <result column="capital" property="capital"/> |
| | | <result column="organizationCode" property="organizationcode"/> |
| | | <result column="registrationNumber" property="registrationnumber"/> |
| | | <result column="identificationNumber" property="identificationnumber"/> |
| | |
| | | |
| | | |
| | | <select id="selectRecordPage" resultMap="recordResultMap"> |
| | | select * from sys_record where is_deleted = 0 |
| | | select * from sys_record |
| | | </select> |
| | | |
| | | </mapper> |