|
|
|
@ -126,11 +126,15 @@ public class UserController { |
|
|
|
|
log.debug("同步开票组织管理---id is not find"); |
|
|
|
|
groupManagementService.updateGroupByKey(groupManagementEntity); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
taxPlayerCodeDept.setName(replace); |
|
|
|
|
//更新redis缓存
|
|
|
|
|
redisService.del(kpzzglKey); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String repl = "(" + taxPlayerCodeDept.getEnterpriseNumbers() + ")"; |
|
|
|
|
String replace = taxPlayerCodeDept.getName().replace(repl, ""); |
|
|
|
|
taxPlayerCodeDept.setName(replace); |
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
|
log.debug("同步开票组织管理---redis is null"); |
|
|
|
|
//查询数据库
|
|
|
|
|