Pu Zhibing
2025-04-25 b35b859957e3f8aac2f7d70b7a13f5eb16056840
ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/controller/general/UserActivityController.java
@@ -204,8 +204,6 @@
         map.put("userActivityRedenvelopeUseMoney", 0);
      }
      Map<String, Object> resultMap = userCouponRecordService.getRegStatic(startTimes, endTimes, activityId);
      totalMOney += Double.parseDouble(resultMap.get("money").toString());
      map.put("totalMOney", totalMOney);
      return map;
   }