原始BOM列表
This commit is contained in:
parent
4559cef867
commit
171121c609
|
|
@ -72,7 +72,7 @@ public class OriginalBomApi extends BaseApi {
|
||||||
|
|
||||||
public ResultVO<Boolean> pullFromPlm() {
|
public ResultVO<Boolean> pullFromPlm() {
|
||||||
|
|
||||||
originalParentService.pullFromPlm("QHI17062100");
|
originalParentService.pullFromPlm(SessionUtil.getUserCode());
|
||||||
|
|
||||||
//计算树的层级数
|
//计算树的层级数
|
||||||
CompletableFuture.runAsync(()->{
|
CompletableFuture.runAsync(()->{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue