| | |
| | | where cardid = #{cardid} |
| | | and ptype = #{type} |
| | | </select> |
| | | |
| | | <select id="selectRecordDetail" resultType="org.springblade.modules.recordk.dto.RecordkDTO"> |
| | | select |
| | | id, |
| | | ptype, |
| | | type, |
| | | permitime, |
| | | cardid, |
| | | representativecell, |
| | | contacts, |
| | | contactscell, |
| | | jurisdiction, |
| | | industry, |
| | | registration, |
| | | creditcode, |
| | | enterprisename, |
| | | representative, |
| | | address, |
| | | overtime, |
| | | perid, |
| | | offices, |
| | | officetime, |
| | | ksecuritys, |
| | | kproject, |
| | | kzipcode, |
| | | kservicetime, |
| | | kaddress |
| | | from sys_recordk |
| | | where cardid = #{recordk.cardid} |
| | | and ptype = #{recordk.ptype} |
| | | </select> |
| | | </mapper> |