|
@@ -181,7 +181,12 @@
|
|
|
AND s.operating_tag_ = #{operatingTag}
|
|
|
</if>
|
|
|
<if test="serviceTag != null">
|
|
|
- AND s.service_tag_ = #{serviceTag}
|
|
|
+ <if test="serviceTag == 0">
|
|
|
+ AND s.service_tag_ IN (0, 2)
|
|
|
+ </if>
|
|
|
+ <if test="serviceTag == 1">
|
|
|
+ AND s.service_tag_ = 1
|
|
|
+ </if>
|
|
|
</if>
|
|
|
<if test="teacherId != null">
|
|
|
AND s.teacher_id_ = #{teacherId}
|