This commit is contained in:
yangsong 2023-10-09 17:25:21 +08:00
parent dbd798f89e
commit 5d16341730

View File

@ -419,6 +419,7 @@ public class SaasFeatureApplyServiceImpl implements SaasFeatureApplyService {
detail.setFitOuTypeBit(point.getFitOuTypeList() == null ? "" : JSON.toJSONString(point.getFitOuTypeList()));
detail.setFitOuNodeTypeBit(
point.getFitOuNodeTypeList() == null ? "" : JSON.toJSONString(point.getFitOuNodeTypeList()));
detail.setDelegatedType(point.getDelegatedType());
detail.setCreateBy(createBy);
detail.setCreateAt(now);
detail.setUpdateBy(createBy);