소스 검색

业务流程

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


불러오는 중...
취소
저장