Ver código fonte

业务流程

master
pry 1 ano atrás
pai
commit
d9cd812308
1 arquivos alterados com 2 adições e 2 exclusões
  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 Ver arquivo

@@ -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);
}


Carregando…
Cancelar
Salvar