bugfix
This commit is contained in:
parent
dbd798f89e
commit
5d16341730
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user