Ver código fonte

Merge branch 'master' of http://124.70.43.205:3000/xieshengjie/sis

shilin 1 ano atrás
pai
commit
ed19a028c0

+ 2 - 0
web/runeconomy-jjyx/src/main/java/com/gyee/runeconomy/service/Economic/EconomicService.java

@@ -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));