Browse Source

业务流程

master
pry 1 year ago
parent
commit
d9cd812308
1 changed files with 2 additions and 2 deletions
  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 View File

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


Loading…
Cancel
Save