dzx hace 1 año
padre
commit
27071aa02e

+ 1 - 1
src/main/java/com/xjrsoft/module/organization/controller/UserController.java

@@ -335,7 +335,7 @@ public class UserController {
         }
 
         List<File> fileList = fileService.list(Wrappers.lambdaQuery(File.class).eq(File::getFolderId, user.getSignFolderId()));
-        if(!list.isEmpty()){
+        if(!fileList.isEmpty()){
             vo.setSignUrl(fileList.get(0).getFileUrl());
         }
         return R.ok(vo);