|
|
@ -161,6 +161,7 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserDao, SysUserEntity> i |
|
|
|
user.getUserOrgEntities().stream().forEach(userOrg -> { |
|
|
|
user.getUserOrgEntities().stream().forEach(userOrg -> { |
|
|
|
if(StringUtils.isEmpty(userOrg.getTaxno())){ |
|
|
|
if(StringUtils.isEmpty(userOrg.getTaxno())){ |
|
|
|
String taxno = taxnos.get(String.valueOf(userOrg.getDeptId())); |
|
|
|
String taxno = taxnos.get(String.valueOf(userOrg.getDeptId())); |
|
|
|
|
|
|
|
log.info("销项同步税号为:taxno={}",taxno); |
|
|
|
if(StringUtils.isNotEmpty(taxno)){ |
|
|
|
if(StringUtils.isNotEmpty(taxno)){ |
|
|
|
userOrg.setTaxno(taxno); |
|
|
|
userOrg.setTaxno(taxno); |
|
|
|
} |
|
|
|
} |
|
|
|