소스 검색

修改区县

小么熊🐻 2 년 전
부모
커밋
6d82b7ca01
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_id = #{countyId}
+        select county_id,county from exam_info where county_id = #{cityId}
         GROUP BY county_id,county
     </select>