|
|
@ -311,7 +311,7 @@ public class StatsGroupServiceImpl implements StatsGroupService { |
|
|
|
* @author zxc |
|
|
|
*/ |
|
|
|
public DimIdGenerator.DimIdBean getDimIdBean(GroupStatsFormDTO formDTO){ |
|
|
|
if (formDTO.getDate() != null){ |
|
|
|
if (StringUtils.isNotBlank(formDTO.getDate())){ |
|
|
|
return DimIdGenerator.getDimIdBean(DateUtils.parse(formDTO.getDate(),DateUtils.DATE_PATTERN)); |
|
|
|
} |
|
|
|
ZoneId zoneId = ZoneId.systemDefault(); |
|
|
|