ycl-server/src/main/java/com/ycl/platform/service/impl/CalculateMoneyRuleServiceImpl.java
@@ -142,4 +142,11 @@ .collect(Collectors.toList()); return Result.ok().data(vos); } @Override public List<CalculateMoneyRule> selectMoneyRules(Integer contractId) { return new LambdaQueryChainWrapper<>(baseMapper) .eq(CalculateMoneyRule::getContractId, contractId) .list(); } }