|
|
@ -326,6 +326,7 @@ public class IcPolicyServiceImpl extends BaseServiceImpl<IcPolicyDao, IcPolicyEn |
|
|
|
LambdaQueryWrapper<IcPolicyRuleDetailEntity> query = new LambdaQueryWrapper(); |
|
|
|
query.eq(IcPolicyRuleDetailEntity::getCustomerId, customerId); |
|
|
|
query.eq(IcPolicyRuleDetailEntity::getRuleId, ruleId); |
|
|
|
query.orderByAsc(IcPolicyRuleDetailEntity::getSort); |
|
|
|
List<IcPolicyRuleDetailEntity> rules = policyRuleDetailDao.selectList(query); |
|
|
|
|
|
|
|
// 将查询出的数据转化成aggre服务能接受的格式
|
|
|
|