Browse Source

组织必须上线

plf 4 years ago
parent
commit
bdaea63396
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/mapper/LoginMapper.xml

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

@@ -14,6 +14,7 @@
           LEFT JOIN cm_mall_organize cmo ON cmo.id = cob.organizeId
         WHERE
           cob.delFlag = 0
+          AND cmo.status = 1
           AND cob.openid = #{openid}
     </select>