From 093e2505c3ea8882d72e25e16b6d23f817295505 Mon Sep 17 00:00:00 2001 From: Elvis Date: Thu, 4 Apr 2019 17:15:18 +0800 Subject: [PATCH] 修改isDelete 条件 --- resources/mybatis1/sunvote/HomeworkMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/mybatis1/sunvote/HomeworkMapper.xml b/resources/mybatis1/sunvote/HomeworkMapper.xml index d2d96ae..8a38363 100644 --- a/resources/mybatis1/sunvote/HomeworkMapper.xml +++ b/resources/mybatis1/sunvote/HomeworkMapper.xml @@ -196,7 +196,7 @@ and COMPLETE_DATE < #{pd.ENDDATE} - and IS_DELETE != '1' + and IS_DELETE is null @@ -225,7 +225,7 @@ and COMPLETE_DATE > #{COMPLETE_DATE} - and IS_DELETE != '1' + and IS_DELETE is null @@ -263,7 +263,7 @@ and COMPLETE_DATE > #{COMPLETE_DATE} - and IS_DELETE != '1' + and IS_DELETE is null -- libgit2 0.21.4