Ver Fonte

bug修复

hu há 3 anos atrás
pai
commit
c63372b797
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/custom/restcontroller/sale/itemgroup/itemgroup.java

+ 1 - 0
src/custom/restcontroller/sale/itemgroup/itemgroup.java

@@ -424,6 +424,7 @@ public class itemgroup extends Controller {
         rows = dbConnect.runSqlQuery(factory.getSQL());
 
         if(!rows.isEmpty()){
+            content.put("itemno",rows.get(0).getString("itemno"));
             for (Row row : rows) {
                 if(listParmBlank!=null && !listParmBlank.isEmpty()){
                     for (String value:listParmBlank) {