|
@@ -3383,7 +3383,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
@Override
|
|
@Override
|
|
public void pushStudyReport(Date expiredDate, String pushType) {
|
|
public void pushStudyReport(Date expiredDate, String pushType) {
|
|
if(Objects.isNull(expiredDate)){
|
|
if(Objects.isNull(expiredDate)){
|
|
- throw new BizException("请指定推送报告的截至日期");
|
|
|
|
|
|
+ expiredDate=new Date();
|
|
}
|
|
}
|
|
|
|
|
|
if(StringUtils.isBlank(pushType)){
|
|
if(StringUtils.isBlank(pushType)){
|