|
|
|
@@ -2306,7 +2306,7 @@ public class WxChartServiceImpl implements WxChartDataService { |
|
|
|
//租金收缴率 |
|
|
|
Map<String, Object> params = new HashMap<>(); |
|
|
|
params.put("tenantId", tenantId); |
|
|
|
params.put("startdate", startDateStr + " 00:00:00"); |
|
|
|
params.put("startdate", new SimpleDateFormat("yyyy-MM-dd").format(startDate) + " 00:00:00"); |
|
|
|
params.put("enddate", DateUtils.date2String(endDate,"yyyy-MM-dd") + " 23:59:59"); |
|
|
|
Map<String, Object> payinfo = wxBillRentMapper.queryPayInfo(params); |
|
|
|
if (payinfo != null) { |
|
|
|
|