|
@@ -2,6 +2,7 @@ package com.boman.report.service.impl;
|
|
|
|
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
|
|
|
import static com.boman.common.core.utils.obj.ObjectUtils.*;
|
|
import static com.boman.common.core.utils.obj.ObjectUtils.*;
|
|
|
|
|
|
@@ -9,6 +10,7 @@ import static com.boman.common.core.utils.obj.ObjectUtils.*;
|
|
* @author shiqian
|
|
* @author shiqian
|
|
* @date 2021年08月24日 11:11
|
|
* @date 2021年08月24日 11:11
|
|
**/
|
|
**/
|
|
|
|
+@Service
|
|
public class StatisticReportPersonnelImpl {
|
|
public class StatisticReportPersonnelImpl {
|
|
|
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(StatisticReportPersonnelImpl.class);
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(StatisticReportPersonnelImpl.class);
|