| | |
| | | |
| | | |
| | | <insert id="insertIn" useGeneratedKeys="true" keyProperty="id"> |
| | | insert into sys_information (creditcode) values (#{information.creditcode}) |
| | | insert into sys_information(creditcode, enterprisename,representative, establishtime, registeredcapital,organizationcode, registrationnumber, identificationnumber, enterprises, address,business, region, registration, industry, departmentid, stats, jurisdiction, |
| | | representativecell, contacts, contactscell) |
| | | values (#{information.creditcode}, #{information.enterprisename}, #{information.representative}, |
| | | #{information.establishtime}, #{information.registeredcapital}, |
| | | #{information.organizationcode}, #{information.registrationnumber}, |
| | | #{information.identificationnumber}, #{information.enterprises}, #{information.address}, |
| | | #{information.business}, |
| | | #{information.region}, #{information.registration}, #{information.industry}, |
| | | #{information.departmentid}, #{information.stats}, #{information.jurisdiction}, |
| | | #{information.representativecell}, #{information.contacts}, #{information.contactscell}) |
| | | </insert> |
| | | |
| | | |