bug修改

This commit is contained in:
guo 2024-03-12 17:26:22 +08:00
parent 8d3f976564
commit eb2501a85e

View File

@ -27,6 +27,7 @@ import org.springframework.http.HttpStatus;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
@ -43,8 +44,8 @@ import java.util.stream.Collectors;
* @create: 2021-07-12 13:41
**/
@Slf4j
@Component
@RestController("/xmgl/task")
@RestController
@RequestMapping("/xmgl/task")
public class EnvironmentDevTask {
@Autowired
private EnvironmentDevMapper environmentDevMapper;