|
@@ -155,10 +155,10 @@
|
|
|
<if test="signOutStatus != null and signOutStatus != 3">
|
|
|
AND ta.sign_out_status_ = #{signOutStatus}
|
|
|
</if>
|
|
|
- <if test="signOutStatus != null and signOutStatus = 3">
|
|
|
+ <if test="signOutStatus != null and signOutStatus == 3">
|
|
|
AND ta.sign_out_status_ IS NULL
|
|
|
</if>
|
|
|
- <if test="signInStatus != null and signInStatus = 3">
|
|
|
+ <if test="signInStatus != null and signInStatus == 3">
|
|
|
AND ta.sign_in_status_ IS NULL
|
|
|
</if>
|
|
|
<if test="courseScheduleType != null">
|