解决长者变更信息看不到失能等级问题

This commit is contained in:
1378012178@qq.com 2026-01-07 11:15:16 +08:00
parent 429edb70ac
commit 8f6018b4ef
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ public class ElderApi {
if (NuRedisUtils.existKey(ukey)) {
return Result.ok("重复提交");
}
elderInfoEntity.setOrgCode(elderInfoEntity.getSysOrgCode());
elderInfoEntity.setOrgCode(elderInfoEntity.getOrgCode());
ElderInfoMQDto mqdto = new ElderInfoMQDto();
BeanUtils.copyProperties(elderInfoEntity, mqdto);
rabbitMQUtil.sendToExchange("hldy.elder", elderInfoEntity.getOrgCode() + ".elder.updateelder", mqdto);