Commit cfef2383 authored by 赵啸非's avatar 赵啸非

添加资源部署站点字段

parent 3d12b40a
......@@ -137,6 +137,7 @@ public class DeviceModuleDistributeServiceImpl extends AbstractCRUDServiceImpl<D
moduleDistributeEntity.setSiteCode(sitePdu.getSiteCode());
moduleDistributeEntity.setDistributeFilePath("");
moduleDistributeEntity.setDistribute(YesNoEnum.NO.getValue());
this.save(moduleDistributeEntity, context);
}
}
return Rest.ok();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment