1.app_user添加isCompanyUser 字段

2.company添加registeredAddress 字段
This commit is contained in:
sh
2025-10-09 13:03:20 +08:00
parent 70360355a6
commit 22ffa7db9c
3 changed files with 8 additions and 1 deletions

View File

@@ -29,10 +29,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="contactPersonPhone" column="contact_person_phone" />
<result property="status" column="status" />
<result property="notPassReason" column="not_pass_reason" />
<result property="registeredAddress" column="registered_address" />
</resultMap>
<sql id="selectCompanyVo">
select company_id, name, location, industry, scale, del_flag, create_by, create_time, update_by, update_time, remark,code,description,nature,total_recruitment from company
select company_id, name, location, industry, scale, del_flag, create_by, create_time, update_by, update_time, remark,code,description,nature,total_recruitment,registered_address,contact_person,contact_person_phone from company
</sql>
<insert id="batchInsert" parameterType="java.util.List">
INSERT INTO company (