This commit is contained in:
xy
2026-04-07 14:22:13 +08:00
parent 292e8b58a5
commit 441b5d04fe

View File

@@ -528,7 +528,7 @@ public class CsDeviceServiceImpl implements ICsDeviceService {
param.setDescription("便携式项目");
param.setTopoIds(Collections.singletonList("99ed9b9c8cf9007cc4d2ac4c7127b7e4"));
param.setSort(Integer.MAX_VALUE);
csProjectPO = appProjectFeignClient.addAppProject(param).getData();
csProjectPO = appProjectFeignClient.addPortableProject(param).getData();
}
//修改已存在的便携式设备
csLedgerService.updatePortableLedger(csEngineeringPO.getId(),csProjectPO.getId());