1.company添加isAbnormal 字段

2.岗位分析-添加educationSalary方法
This commit is contained in:
sh
2025-10-09 18:42:03 +08:00
parent 22ffa7db9c
commit 10cf0369c4
5 changed files with 119 additions and 5 deletions

View File

@@ -30,10 +30,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="status" column="status" />
<result property="notPassReason" column="not_pass_reason" />
<result property="registeredAddress" column="registered_address" />
<result property="isAbnormal" column="is_abnormal" />
</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,registered_address,contact_person,contact_person_phone 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,is_abnormal from company
</sql>
<insert id="batchInsert" parameterType="java.util.List">
INSERT INTO company (