diff --git a/epdc-cloud-vim-yushan/src/main/resources/mapper/epidemic/EpidemicUserInfoDao.xml b/epdc-cloud-vim-yushan/src/main/resources/mapper/epidemic/EpidemicUserInfoDao.xml index 8586a51..3f09003 100644 --- a/epdc-cloud-vim-yushan/src/main/resources/mapper/epidemic/EpidemicUserInfoDao.xml +++ b/epdc-cloud-vim-yushan/src/main/resources/mapper/epidemic/EpidemicUserInfoDao.xml @@ -62,11 +62,11 @@ left join epidemic_user_inout_record uir on ui.ID_CARD=uir.ID_CARD where ui.DEL_FLAG='0' and uir.DEL_FLAG='0' - - and ui.check_state = #{chechState} + + and ui.check_state = #{checkState} - - and ( ui.check_state = #{chechState} or ui.check_state is null) + + and ( ui.check_state = #{checkState} or ui.check_state is null) and ui.ID_CARD = #{idCard}