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