test: 恢复
This commit is contained in:
@@ -14,9 +14,6 @@ import java.util.Map;
|
||||
@RequiredArgsConstructor
|
||||
@Slf4j
|
||||
public class WmsToAcsServiceImpl implements WmsToAcsService {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("c3");
|
||||
}
|
||||
@Override
|
||||
public Map<String, Object> issueTaskToAcs(JSONArray arr) {
|
||||
String api = "api/wms/task";
|
||||
|
||||
@@ -12,7 +12,5 @@ import org.springframework.stereotype.Service;
|
||||
@Service
|
||||
@Slf4j
|
||||
public class ErpToWmsServiceImpl implements ErpToWmsService {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("444");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1107,8 +1107,4 @@ public class PdaServiceImpl implements PdaService {
|
||||
public JSONArray suppressTaskShow() {
|
||||
return this.getMixingTaskList();
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("c2");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user