Commit 7e7eeb2d authored by zp's avatar zp

ad

parent 2c94ab41
......@@ -1991,7 +1991,7 @@ public class ProductServiceImpl implements ProductService, Constant {
private void filterSharpertio(FundRankReq req, FundCountExample.Criteria criteria) {
if (req.getSharperatio1y() != null) {
switch (req.getStddev1y().getYear()) {
switch (req.getSharperatio1y().getYear()) {
case "1y":
criteria.andSharperatio1yBetween(new BigDecimal(req.getSharperatio1y().getBegin()), new BigDecimal(req.getSharperatio1y().getEnd()));
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment