微调
This commit is contained in:
@@ -528,7 +528,7 @@ public class CsDeviceServiceImpl implements ICsDeviceService {
|
|||||||
param.setDescription("便携式项目");
|
param.setDescription("便携式项目");
|
||||||
param.setTopoIds(Collections.singletonList("99ed9b9c8cf9007cc4d2ac4c7127b7e4"));
|
param.setTopoIds(Collections.singletonList("99ed9b9c8cf9007cc4d2ac4c7127b7e4"));
|
||||||
param.setSort(Integer.MAX_VALUE);
|
param.setSort(Integer.MAX_VALUE);
|
||||||
csProjectPO = appProjectFeignClient.addAppProject(param).getData();
|
csProjectPO = appProjectFeignClient.addPortableProject(param).getData();
|
||||||
}
|
}
|
||||||
//修改已存在的便携式设备
|
//修改已存在的便携式设备
|
||||||
csLedgerService.updatePortableLedger(csEngineeringPO.getId(),csProjectPO.getId());
|
csLedgerService.updatePortableLedger(csEngineeringPO.getId(),csProjectPO.getId());
|
||||||
|
|||||||
Reference in New Issue
Block a user