|
@@ -266,6 +266,7 @@ public class ScreenComponent {
|
|
for (String str : securities1) {
|
|
for (String str : securities1) {
|
|
ScreenWareVO vo = new ScreenWareVO();
|
|
ScreenWareVO vo = new ScreenWareVO();
|
|
vo.setSecurities(str);
|
|
vo.setSecurities(str);
|
|
|
|
+ vo.setQty(0);
|
|
vo.setDayInQty(0);
|
|
vo.setDayInQty(0);
|
|
vo.setDayOutQty(0);
|
|
vo.setDayOutQty(0);
|
|
for (int i = screenDataList.size() - 1; i >= 0; i--) {
|
|
for (int i = screenDataList.size() - 1; i >= 0; i--) {
|