|
@@ -8,7 +8,7 @@
|
|
|
<result column="belong_tab" jdbcType="BIGINT" property="belongTab"/>
|
|
|
<result column="job_area" jdbcType="VARCHAR" property="jobArea"/>
|
|
|
<result column="job_people" jdbcType="INTEGER" property="jobPeople"/>
|
|
|
- <result column="job_pay" jdbcType="VARCHAR" property="jobPay"/>
|
|
|
+<!-- <result column="job_pay" jdbcType="VARCHAR" property="jobPay"/>-->
|
|
|
<result column="job_education" jdbcType="VARCHAR" property="jobEducation"/>
|
|
|
<result column="job_language" jdbcType="VARCHAR" property="jobLanguage"/>
|
|
|
<result column="job_contract" jdbcType="VARCHAR" property="jobContract"/>
|
|
@@ -41,7 +41,7 @@
|
|
|
belong_tab,
|
|
|
job_area,
|
|
|
job_people,
|
|
|
- job_pay,
|
|
|
+-- job_pay,
|
|
|
job_education,
|
|
|
job_language,
|
|
|
job_contract,
|
|
@@ -72,7 +72,7 @@
|
|
|
#{item.belongTab},
|
|
|
#{item.jobArea},
|
|
|
#{item.jobPeople},
|
|
|
- #{item.jobPay},
|
|
|
+-- #{item.jobPay},
|
|
|
#{item.jobEducation},
|
|
|
#{item.jobLanguage},
|
|
|
#{item.jobContract},
|