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 | 265 | <if test="COMPLETE_PERSENT != null and COMPLETE_PERSENT != ''"><!-- 关键词检索 --> |
266 | 266 | and COMPLETE_PERSENT = #{COMPLETE_PERSENT} |
267 | 267 | </if> |
268 | + AND ( IS_DELETE != '1' or IS_DELETE is NULL ) | |
268 | 269 | ORDER BY COMPLETE_DATE DESC |
269 | 270 | </select> |
270 | 271 | ... | ... |