hanfucheng 9 月之前
父节点
当前提交
68ea1afb04

+ 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">
             <when test="post != null">
                 and a.post = #{post}
                 and a.post = #{post}
             </when>
             </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>
         </choose>
             ${params.dataScope}
             ${params.dataScope}
     </select>
     </select>