|
@@ -720,6 +720,8 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
if (type==null)type=0;
|
|
if (type==null)type=0;
|
|
|
map.put("type",type);
|
|
map.put("type",type);
|
|
|
|
|
+ //statusType=1情况下
|
|
|
|
|
+ map.put("statusType",1);
|
|
|
if (dateType==1){
|
|
if (dateType==1){
|
|
|
Date date = new Date();
|
|
Date date = new Date();
|
|
|
String clockTime=DateUtils.formatDate(date,AFTConstants.YYYYMMDDHHMMSS);
|
|
String clockTime=DateUtils.formatDate(date,AFTConstants.YYYYMMDDHHMMSS);
|