hanfucheng 9 달 전
부모
커밋
68ea1afb04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/housingconstruction/CenterdataTHousingconstructionPractitionerMapper.xml

+ 1 - 1
src/main/resources/mapper/housingconstruction/CenterdataTHousingconstructionPractitionerMapper.xml

@@ -159,7 +159,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <when test="post != null">
                 and a.post = #{post}
             </when>
-            <otherwise>and  (a.post = 'practitioner_gly' or a.post = 'practitioner_aqy')</otherwise>
+            <otherwise>and  (a.post = 'practitioner_gly' or a.post = 'practitioner_aqy' or a.post = 'practitioner_station')</otherwise>
         </choose>
             ${params.dataScope}
     </select>