|
@@ -72,7 +72,7 @@ public class UserStatisticsServiceImpl extends BaseMybatisDao<UserMidMapper> imp
|
|
|
|
|
|
|
|
private void addsignStatisticsParam(InputSignStatistics in, Map<String, Object> map) {
|
|
private void addsignStatisticsParam(InputSignStatistics in, Map<String, Object> map) {
|
|
|
if (!in.getDeps().isEmpty()){
|
|
if (!in.getDeps().isEmpty()){
|
|
|
- map.put("deps",in.getDeps());
|
|
|
|
|
|
|
+ map.put("deps",departmentService.parseArray(in.getDeps()));
|
|
|
}
|
|
}
|
|
|
if (StringUtils.isNotBlank(in.getAid())) map.put("aid", in.getAid());
|
|
if (StringUtils.isNotBlank(in.getAid())) map.put("aid", in.getAid());
|
|
|
if (StringUtils.isNotBlank(in.getUid())) map.put("uid", in.getUid());
|
|
if (StringUtils.isNotBlank(in.getUid())) map.put("uid", in.getUid());
|