|
@ -54,7 +54,6 @@ public class PublicityServiceImpl implements PublicityService { |
|
|
@Override |
|
|
@Override |
|
|
public FactPublishedAgencyDailyDTO summaryInfo(TokenDto tokenDto) { |
|
|
public FactPublishedAgencyDailyDTO summaryInfo(TokenDto tokenDto) { |
|
|
String agencyId = this.getLoginUserDetails(tokenDto); |
|
|
String agencyId = this.getLoginUserDetails(tokenDto); |
|
|
agencyId="b9e295f8c1906a0d1c5e0b313afcda3f"; |
|
|
|
|
|
return publicityDao.summaryInfo(agencyId); |
|
|
return publicityDao.summaryInfo(agencyId); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -66,8 +65,7 @@ public class PublicityServiceImpl implements PublicityService { |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public List<FactTagAgencyDTO> tagviewed(TokenDto tokenDto, Integer pageSize, String type) { |
|
|
public List<FactTagAgencyDTO> tagviewed(TokenDto tokenDto, Integer pageSize, String type) { |
|
|
// String agencyId = this.getLoginUserDetails(tokenDto);
|
|
|
String agencyId = this.getLoginUserDetails(tokenDto); |
|
|
String agencyId = "0d2ffe9fce682b602b9d451226d08fae"; |
|
|
|
|
|
Date date = new Date(); |
|
|
Date date = new Date(); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN); |
|
|
String yearId = strDate.substring(0, 4); |
|
|
String yearId = strDate.substring(0, 4); |
|
@ -95,8 +93,7 @@ public class PublicityServiceImpl implements PublicityService { |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public List<FactTagAgencyDTO> tagused(TokenDto tokenDto, Integer pageSize, String type) { |
|
|
public List<FactTagAgencyDTO> tagused(TokenDto tokenDto, Integer pageSize, String type) { |
|
|
// String agencyId = this.getLoginUserDetails(tokenDto);
|
|
|
String agencyId = this.getLoginUserDetails(tokenDto); |
|
|
String agencyId = "0d2ffe9fce682b602b9d451226d08fae"; |
|
|
|
|
|
Date date = new Date(); |
|
|
Date date = new Date(); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN); |
|
|
String yearId = strDate.substring(0, 4); |
|
|
String yearId = strDate.substring(0, 4); |
|
@ -124,8 +121,7 @@ public class PublicityServiceImpl implements PublicityService { |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public List<FactPublishedAgencyDTO> subagencyPublishedarticle(TokenDto tokenDto, String type) { |
|
|
public List<FactPublishedAgencyDTO> subagencyPublishedarticle(TokenDto tokenDto, String type) { |
|
|
// String agencyId = this.getLoginUserDetails(tokenDto);
|
|
|
String agencyId = this.getLoginUserDetails(tokenDto); |
|
|
String agencyId = "1041fe5e8499dbd8add314291d2f6da4"; |
|
|
|
|
|
Date date = new Date(); |
|
|
Date date = new Date(); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN_YYYYMMDD); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN_YYYYMMDD); |
|
|
String yearId = strDate.substring(0, 4); |
|
|
String yearId = strDate.substring(0, 4); |
|
@ -153,8 +149,7 @@ public class PublicityServiceImpl implements PublicityService { |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public List<FactPublishedDepartmentDTO> departmentPublishedarticle(TokenDto tokenDto, String type) { |
|
|
public List<FactPublishedDepartmentDTO> departmentPublishedarticle(TokenDto tokenDto, String type) { |
|
|
// String agencyId = this.getLoginUserDetails(tokenDto);
|
|
|
String agencyId = this.getLoginUserDetails(tokenDto); |
|
|
String agencyId = "0d2ffe9fce682b602b9d451226d08fae"; |
|
|
|
|
|
Date date = new Date(); |
|
|
Date date = new Date(); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN_YYYYMMDD); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN_YYYYMMDD); |
|
|
String yearId = strDate.substring(0, 4); |
|
|
String yearId = strDate.substring(0, 4); |
|
@ -182,8 +177,7 @@ public class PublicityServiceImpl implements PublicityService { |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public List<FactPublishedGridDTO> subgridPublishedarticle(TokenDto tokenDto, String type) { |
|
|
public List<FactPublishedGridDTO> subgridPublishedarticle(TokenDto tokenDto, String type) { |
|
|
// String agencyId = this.getLoginUserDetails(tokenDto);
|
|
|
String agencyId = this.getLoginUserDetails(tokenDto); |
|
|
String agencyId = "0d2ffe9fce682b602b9d451226d08fae"; |
|
|
|
|
|
Date date = new Date(); |
|
|
Date date = new Date(); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN_YYYYMMDD); |
|
|
String strDate = DateUtils.format(date, DateUtils.DATE_PATTERN_YYYYMMDD); |
|
|
String yearId = strDate.substring(0, 4); |
|
|
String yearId = strDate.substring(0, 4); |
|
|