|
@ -216,6 +216,7 @@ public class PointRuleServiceImpl extends BaseServiceImpl<PointRuleDao, PointRul |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
PointRuleEntity entity = ConvertUtils.sourceToTarget(defaultRule, PointRuleEntity.class); |
|
|
PointRuleEntity entity = ConvertUtils.sourceToTarget(defaultRule, PointRuleEntity.class); |
|
|
|
|
|
entity.setId(""); |
|
|
entity.setCustomerId(customerDTO.getId()); |
|
|
entity.setCustomerId(customerDTO.getId()); |
|
|
insertList.add(entity); |
|
|
insertList.add(entity); |
|
|
} |
|
|
} |
|
|