|
@@ -143,10 +143,10 @@
|
|
|
<if test="result!=null">
|
|
|
AND ser.result_=#{result,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
- <if test="resultConfirm!=null and resultConfirm=1">
|
|
|
+ <if test="resultConfirm!=null and resultConfirm==1">
|
|
|
AND eb.status_='RESULT_CONFIRM'
|
|
|
</if>
|
|
|
- <if test="resultConfirm!=null and resultConfirm=0">
|
|
|
+ <if test="resultConfirm!=null and resultConfirm==0">
|
|
|
AND eb.status_!='RESULT_CONFIRM'
|
|
|
</if>
|
|
|
</where>
|