diff --git a/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/UserVipRecordMapper.xml b/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/UserVipRecordMapper.xml index b502f4b..9b35c02 100644 --- a/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/UserVipRecordMapper.xml +++ b/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/UserVipRecordMapper.xml @@ -40,14 +40,15 @@ FROM img_user_vip_record a WHERE + a.status = 1 - a.id = #{id} + and a.id = #{id} - a.user_id = #{userId} + and a.user_id = #{userId} - a.user_client_type = #{userClientType} + and a.user_client_type = #{userClientType}