Ver código fonte

修改区县

小么熊🐻 1 ano atrás
pai
commit
6d82b7ca01

+ 1 - 1
nbjk-service/src/main/resources/mapper/exam/ExamInfoMapper.xml

@@ -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>