|
|
|
@ -290,7 +290,7 @@
|
|
|
|
|
<if test="hjIsCompleted != null and hjIsCompleted != ''">
|
|
|
|
|
AND HJ_IS_COMPLETE = #{hjIsCompleted}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="isCompleted != null and hjIsCompleted != ''">
|
|
|
|
|
<if test="isCompleted != null and isCompleted != ''">
|
|
|
|
|
AND IS_COMPLETE = #{isCompleted}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|