bug修复
This commit is contained in:
parent
0322f41df7
commit
3caf37dbd3
@ -17,6 +17,7 @@ import com.zhgd.xmgl.modules.standard.entity.StandardDev;
|
||||
import com.zhgd.xmgl.modules.standard.mapper.*;
|
||||
import com.zhgd.xmgl.util.StandardDevUtil;
|
||||
import lombok.extern.log4j.Log4j;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import net.javacrumbs.shedlock.core.SchedulerLock;
|
||||
import org.apache.commons.collections.MapUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
@ -41,7 +42,7 @@ import java.util.stream.Collectors;
|
||||
* @author: Mr.Peng
|
||||
* @create: 2021-05-12 14:23
|
||||
**/
|
||||
@Log4j
|
||||
@Slf4j
|
||||
@Component
|
||||
@RestController
|
||||
public class StandardDevTask {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user