Commit a5456137b36a86660cae174eb545a59bec50f2df
1 parent
f4117436
1.修复课后练删除信息残留bug
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 | ... | ... |