dingxin 6 년 전
부모
커밋
b8bb9e5df4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/SocialServiceImpl.java

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/SocialServiceImpl.java 파일 보기

@@ -317,7 +317,7 @@ public class SocialServiceImpl implements SocialServiceI {
317 317
 
318 318
         tpTransactions.stream().forEach(e->{
319 319
             // 角色
320
-            taUserVerifyMapper.selectByPrimaryKey()
320
+//            taUserVerifyMapper.selectByPrimaryKey()
321 321
             TaSysRole taSysRole = taSysRoleMapper.findRoleByUserId(e.getTaUserId());
322 322
             e.setRoleId(taSysRole.getId());
323 323
             e.setRoleName(taSysRole.getRoleName());