diff --git a/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeWelfareDao.xml b/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeWelfareDao.xml index 518f868cac..c2a9595488 100644 --- a/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeWelfareDao.xml +++ b/epmet-user/epmet-user-server/src/main/resources/mapper/ChangeWelfareDao.xml @@ -43,7 +43,7 @@ w.UPDATED_TIME FROM pli_change_welfare w - LEFT JOIN ic_resi_user u ON u.ID_CARD = w.ID_CARD + LEFT JOIN ic_resi_user u ON u.ID_CARD = w.ID_CARD and u.DEL_FLAG = '0' WHERE w.DEL_FLAG = '0'