|
@@ -269,9 +269,12 @@
|
|
|
</if>
|
|
|
<if test="showFlag != null">
|
|
|
AND ses.show_flag_ = #{showFlag}
|
|
|
- <if test="showFlag == true">
|
|
|
- AND ses.client_show_flag_ = #{showFlag}
|
|
|
- </if>
|
|
|
+ </if>
|
|
|
+ <if test="clientShowFlag != null">
|
|
|
+ AND ses.client_show_flag_ = #{clientShowFlag}
|
|
|
+ </if>
|
|
|
+ <if test="clientFlag != null and clientFlag == true">
|
|
|
+ AND ses.client_show_flag_ = true AND ses.show_flag_ = true
|
|
|
</if>
|
|
|
<if test="isConvertibleScore != null">
|
|
|
AND ses.is_convertible_score_ = #{isConvertibleScore}
|