質問編集履歴

2

編集

2015/07/07 15:38

投稿

Sfidante
Sfidante

スコア90

test CHANGED
File without changes
test CHANGED
@@ -23,8 +23,6 @@
23
23
  offerAllList.addAll(offerdao.selectOfferSendAllList(myuserid));
24
24
 
25
25
  for(int i = 0; i < offerAllList.size(); i++){
26
-
27
- beans = new OfferEngineerBeans();
28
26
 
29
27
  int clientid = offerdao.selectOfferSendAllList(myuserid).get(i).getClientid();
30
28
 
@@ -72,6 +70,12 @@
72
70
 
73
71
 
74
72
 
73
+ 取り出したい要素は
74
+
75
+ clientidとengineeridの二つです。
76
+
77
+
78
+
75
79
  説明が下手で申し訳ございませんが、
76
80
 
77
81
  ご教授の程よろしくお願い致します。

1

初心者マーク

2015/07/07 15:38

投稿

Sfidante
Sfidante

スコア90

test CHANGED
File without changes
test CHANGED
File without changes