禅道bug
This commit is contained in:
parent
c3d58c46fa
commit
63958f928c
|
|
@ -484,6 +484,7 @@ public class ConfigServiceDirectiveController extends JeecgController<ConfigServ
|
||||||
AsyncMain asyncMain = new AsyncMain();
|
AsyncMain asyncMain = new AsyncMain();
|
||||||
asyncMain.setType("directive");
|
asyncMain.setType("directive");
|
||||||
asyncMain.setOrgCode(dataSourceCode);
|
asyncMain.setOrgCode(dataSourceCode);
|
||||||
|
asyncMain.setSyncIds(dto.getUpIds());
|
||||||
asyncMain.setDescr("服务指令同步");
|
asyncMain.setDescr("服务指令同步");
|
||||||
asyncMainService.saveData("master", asyncMain);
|
asyncMainService.saveData("master", asyncMain);
|
||||||
upDirectiveMQDto.setAsyncId(asyncMain.getId());
|
upDirectiveMQDto.setAsyncId(asyncMain.getId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue