luguang недель назад: 2
Родитель
Сommit
c51219b12c

+ 1 - 0
src/main/java/com/sy/coinage/workshop/component/ScreenComponent.java

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