From a516b73fae1fc84a5136a349570f2487beaf9e9e Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 13 Nov 2023 14:55:41 +0800 Subject: [PATCH] fix --- .../src/main/resources/mapper/PersonMouldMapper.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/suimangService/src/main/resources/mapper/PersonMouldMapper.xml b/suimangService/src/main/resources/mapper/PersonMouldMapper.xml index fda220e..a191d8f 100644 --- a/suimangService/src/main/resources/mapper/PersonMouldMapper.xml +++ b/suimangService/src/main/resources/mapper/PersonMouldMapper.xml @@ -105,14 +105,6 @@ and create_date < #{endDate} - - and customized = #{customized} - - - - and customized_user_id = #{customizedUserId} - - and ( customized = 0 or (customized = 1 and customized_user_id = #{customizedUserId}) )