Commit cad73052310a6e0016a4c4ffa4c41d88a15deeb5
Merge branch 'develop' into 标准版
Showing
1 changed file
with
1 additions
and
0 deletions
resources/mybatis1/sunvote/HomeworkMapper.xml
@@ -265,6 +265,7 @@ | @@ -265,6 +265,7 @@ | ||
265 | <if test="COMPLETE_PERSENT != null and COMPLETE_PERSENT != ''"><!-- 关键词检索 --> | 265 | <if test="COMPLETE_PERSENT != null and COMPLETE_PERSENT != ''"><!-- 关键词检索 --> |
266 | and COMPLETE_PERSENT = #{COMPLETE_PERSENT} | 266 | and COMPLETE_PERSENT = #{COMPLETE_PERSENT} |
267 | </if> | 267 | </if> |
268 | + AND ( IS_DELETE != '1' or IS_DELETE is NULL ) | ||
268 | ORDER BY COMPLETE_DATE DESC | 269 | ORDER BY COMPLETE_DATE DESC |
269 | </select> | 270 | </select> |
270 | 271 |