禅道bug

This commit is contained in:
1378012178@qq.com 2025-09-01 10:00:04 +08:00
parent c3d58c46fa
commit 63958f928c
1 changed files with 1 additions and 0 deletions

View File

@ -484,6 +484,7 @@ public class ConfigServiceDirectiveController extends JeecgController<ConfigServ
AsyncMain asyncMain = new AsyncMain();
asyncMain.setType("directive");
asyncMain.setOrgCode(dataSourceCode);
asyncMain.setSyncIds(dto.getUpIds());
asyncMain.setDescr("服务指令同步");
asyncMainService.saveData("master", asyncMain);
upDirectiveMQDto.setAsyncId(asyncMain.getId());