Commit a5456137b36a86660cae174eb545a59bec50f2df

Authored by jack
1 parent f4117436

1.修复课后练删除信息残留bug

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