Browse Source

Merge branch '2.0.0' of http://git.ycjcjy.com/fuxingfan/smartCommunity into 2.0.0

魏熙美 6 years ago
parent
commit
4476bac118

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/SocialServiceImpl.java View File

@@ -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());