From c8733be25f524fd4e6c1c5c5cfaba20cd25b573d Mon Sep 17 00:00:00 2001 From: zhangye <654600784@qq.com> Date: Mon, 30 May 2022 18:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E5=8D=B1=E7=AD=9B=E6=9F=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper_dao/QuestionnaireDao.xml | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/main/resources/mapper_dao/QuestionnaireDao.xml b/src/main/resources/mapper_dao/QuestionnaireDao.xml index 7ccf858..164f989 100644 --- a/src/main/resources/mapper_dao/QuestionnaireDao.xml +++ b/src/main/resources/mapper_dao/QuestionnaireDao.xml @@ -408,82 +408,82 @@ and t.phone = #{param.phone} - + and (FIND_IN_SET('01',t.illness) > 0) - + and (FIND_IN_SET('01',t.illness) = 0 or FIND_IN_SET('01',t.illness) is null) - + and (FIND_IN_SET('02',t.illness) > 0) - + and (FIND_IN_SET('02',t.illness) = 0 or FIND_IN_SET('02',t.illness) is null) - + and (FIND_IN_SET('03',t.illness) > 0) - + and (FIND_IN_SET('03',t.illness) = 0 or FIND_IN_SET('03',t.illness) is null) - + and (FIND_IN_SET('04',t.illness) > 0) - + and (FIND_IN_SET('04',t.illness) = 0 or FIND_IN_SET('04',t.illness) is null) - + and (FIND_IN_SET('05',t.illness) > 0) - + and (FIND_IN_SET('05',t.illness) = 0 or FIND_IN_SET('05',t.illness) is null) - + and (FIND_IN_SET('06',t.illness) > 0) - + and (FIND_IN_SET('06',t.illness) = 0 or FIND_IN_SET('06',t.illness) is null) - + and (FIND_IN_SET('07',t.illness) > 0) - + and (FIND_IN_SET('07',t.illness) = 0 or FIND_IN_SET('07',t.illness) is null) - + and (FIND_IN_SET('08',t.illness) > 0) - + and (FIND_IN_SET('08',t.illness) = 0 or FIND_IN_SET('08',t.illness) is null) - + and (FIND_IN_SET('09',t.illness) > 0) - + and (FIND_IN_SET('09',t.illness) = 0 or FIND_IN_SET('09',t.illness) is null) - + and (FIND_IN_SET('10',t.illness) > 0) - + and (FIND_IN_SET('10',t.illness) = 0 or FIND_IN_SET('10',t.illness) is null)