Commit cad73052310a6e0016a4c4ffa4c41d88a15deeb5

Authored by jack
2 parents c18bee1c a5456137

Merge branch 'develop' into 标准版

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  
... ...