|
@@ -110,7 +110,7 @@ public class ApiStockTask {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Async
|
|
@Async
|
|
|
-// @Scheduled(fixedDelay=1000)
|
|
|
|
|
|
|
+ @Scheduled(fixedDelay=1000)
|
|
|
public void checkInStock(){
|
|
public void checkInStock(){
|
|
|
try {
|
|
try {
|
|
|
if("net".equals(robotModel)||"mes".equals(robotModel)){
|
|
if("net".equals(robotModel)||"mes".equals(robotModel)){
|