解决长者标签日志详情显示不正确问题

This commit is contained in:
1378012178@qq.com 2025-09-02 11:13:01 +08:00
parent 63958f928c
commit 8e3041c1fe
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ public class ElderTagController extends JeecgController<ElderTag, IElderTagServi
AsyncMain asyncMain = new AsyncMain();
asyncMain.setType("elderTag");
asyncMain.setOrgCode(sourceOrgCode);
asyncMain.setSyncIds(dto.getUpIds());
asyncMain.setDescr("长者标签同步");
asyncMainService.saveData("master", asyncMain);
elderMQDto.setAsyncId(asyncMain.getId());