|
@@ -532,6 +532,8 @@ public class EconomicService {
|
|
|
MaxVo maxVo = new MaxVo();
|
|
|
temp2 = maxs.get(0).getPointValueInDouble();
|
|
|
maxVo.setMaxs(StringUtils.round(temp2, 2));
|
|
|
+ maxVo.setId(wt2.getId());
|
|
|
+ maxVo.setName(wt2.getName());
|
|
|
|
|
|
temp3 = mins.get(0).getPointValueInDouble();
|
|
|
maxVo.setMins(StringUtils.round(temp3, 2));
|