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