ソースを参照

业务流程

master
pry 1年前
コミット
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);
}


読み込み中…
キャンセル
保存