zhijiezhao 1 년 전
부모
커밋
bde1859c3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/AuthMapper.xml

+ 1 - 1
src/main/resources/mapper/AuthMapper.xml

@@ -201,7 +201,7 @@
             and a.auditStatus = 1
         </if>
         <if test="5 == listType">
-            and a.authImageType in (1,2)
+            and a.authImageType in (1,2) and a.shopAuditStatus = 1
         </if>
         <if test="shopAuditStatus != null">
             <if test="0 == shopAuditStatus">