| | |
| | | import com.panzhihua.common.model.vos.LoginUserInfoVO; |
| | | import com.panzhihua.common.utlis.DateUtils; |
| | | import com.panzhihua.westcommittee.dao.SystemUserMapper; |
| | | import com.panzhihua.westcommittee.model.entity.ComAct; |
| | | import com.panzhihua.westcommittee.model.entity.ComStreet; |
| | | import com.panzhihua.westcommittee.model.entity.Complaint; |
| | | import com.panzhihua.westcommittee.model.entity.SystemUserLevel; |
| | | import com.panzhihua.westcommittee.model.entity.*; |
| | | import com.panzhihua.westcommittee.model.query.AppStaticsQuery; |
| | | import com.panzhihua.westcommittee.model.vo.AnalyticStatisticsFourVo; |
| | | import com.panzhihua.westcommittee.model.vo.AnalyticStatisticsOneVo; |
| | |
| | | return Collections.emptyList(); |
| | | } |
| | | |
| | | SystemUserLevel userLevel = currentIdentityInformation.getSystemUserLevel(); |
| | | Integer level = userLevel.getLevel(); |
| | | SystemUser userLevel = currentIdentityInformation.getSystemUser(); |
| | | Integer level = userLevel.getAccountLevel(); |
| | | |
| | | switch (level) { |
| | | case 1: |
| | |
| | | */ |
| | | public AnalyticStatisticsOneVo queryStaticsPartOne(AppStaticsQuery query, LoginUserInfoVO loginUserInfo) { |
| | | List<Complaint> complaints = complaintService.queryCompliantList(query,loginUserInfo); |
| | | return complaintService.analyticStatisticsOne(null, complaints, simpleDateFormat); |
| | | return complaintService.analyticStatisticsOne(null, complaints, simpleDateFormat,null); |
| | | } |
| | | |
| | | /** |