完成筛选页面--By Ternece

This commit is contained in:
wushaofeng
2020-12-30 17:17:52 +08:00
parent 6ab33b7c64
commit cf41c0e75f
5 changed files with 33 additions and 2 deletions

View File

@@ -256,6 +256,15 @@
</select>
<select id="selectAllSkills"
resultMap="BaseResultMap">
select id as skill_id,name as skill_name from t_skill
</select>
<select id="selectAllIndustry"
resultMap="BaseResultMap">
select id as industry_id,name as industry_name from t_industry
</select>
<select id="selectByIds" resultMap="BaseResultMap" >
SELECT
<include refid="Base_Column_List"/>