小么熊🐻 2 سال پیش
والد
کامیت
9e2609fbc1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      nbjk-service/src/main/resources/mapper/exam/ExamInfoMapper.xml

+ 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 = #{cityId}
+        select county_id,county from exam_info where city_id = #{cityId}
         GROUP BY county_id,county
     </select>