|
@@ -98,7 +98,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
<select id="getCounty" resultType="com.miaxis.exam.vo.ExamInfoCountyVo">
|
|
|
- select county_id,county from exam_info where county_id_id = #{countyId}
|
|
|
+ select county_id,county from exam_info where county_id = #{cityId}
|
|
|
GROUP BY county_id,county
|
|
|
</select>
|
|
|
|