瀏覽代碼

修改鉴权

wangliang 2 年之前
父節點
當前提交
3215edf27b

+ 1 - 1
themis-business/src/main/java/com/qmth/themis/business/service/impl/AuthInfoServiceImpl.java

@@ -210,7 +210,7 @@ public class AuthInfoServiceImpl implements AuthInfoService {
                         tbOrg.setLogo(filePath);
                     }
                 } else {
-                    tbOrg.setLogo(o.getLogo());
+                    tbOrg.setLogo(o.getLogoUrl());
                 }
                 tbOrgSet.add(tbOrg);
             } else {