pry 1 год назад
Родитель
Сommit
d9cd812308
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      app/src/main/java/com/example/bpa/app/BusinessServer.java

+ 2
- 2
app/src/main/java/com/example/bpa/app/BusinessServer.java Просмотреть файл

@@ -36,9 +36,9 @@ public class BusinessServer {
@Override
public void Run() throws InterruptedException {
while (Commoditys.size() > 0) {
Commoditys.poll();
String GoodId = Commoditys.poll();
ArrayList<ResGoodsRecipe> goods = QueryDB.GetGoodsSrecipeList(GoodId);

ArrayList<ResGoodsRecipe> goods = QueryDB.GetGoodsSrecipeList("");
}
Thread.sleep(1000);
}


Загрузка…
Отмена
Сохранить