Commit ac77e424 authored by shiyu's avatar shiyu

首页数据看板2

parent 295a2df0
......@@ -133,8 +133,8 @@ public class AdminDashbordServiceImpl implements AdminDashbordService {
// distributionOrderData.put("totalProfit", PriceUtil.convertDoubleToString(channelDistributionProfit));
UserAccountDetailRequestDto userAccountDetailRequestDto = new UserAccountDetailRequestDto();
userAccountDetailRequestDto.setStartCreateTime(DateUtils.parseString(startTimeStr));
userAccountDetailRequestDto.setEndCreateTime(DateUtils.parseString(endTimeStr));
userAccountDetailRequestDto.setStartCreateTime(startTime);
userAccountDetailRequestDto.setEndCreateTime(endTime);
Result financeResult = sysFinanceService.findSystemBillIncomeDetail(userAccountDetailRequestDto);
Map<String, Object> map = (Map<String, Object>) financeResult.getData();
String totalAmount = (String) map.get("amount");
......
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