Commit 98dc0911 authored by yangyang's avatar yangyang

fix(tcm): 更新企业信息时同步更新 appid

- 在更新企业基本信息时,将 regUnitInfo 的 appId 设置到 tzBaseEnterpriseInfo 中 - 确保企业信息的 appId 与注册单位信息保持一致
parent 5adc04f9
...@@ -1260,8 +1260,6 @@ public class TzBaseEnterpriseInfoServiceImpl ...@@ -1260,8 +1260,6 @@ public class TzBaseEnterpriseInfoServiceImpl
regUnitInfo.setAppId(appId); regUnitInfo.setAppId(appId);
} }
} else {
regUnitInfo.setAppId("");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment