zhijiezhao 2 meses atrás
pai
commit
e0143c816c
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/main/resources/mapper/SuperVipMapper.xml

+ 1 - 0
src/main/resources/mapper/SuperVipMapper.xml

@@ -6,6 +6,7 @@
         select userId, beginTime, endTime, updateTime
         from cm_svip_user
         where userId = #{#userId}
+        and delflag = 0
     </select>
 
     <select id="findUserBeans" resultType="java.lang.Integer">