hu vor 2 Jahren
Ursprung
Commit
f233e1c6a2

+ 4 - 1
src/custom/restcontroller/R.java

@@ -4636,7 +4636,10 @@ public class R {
         public static class v1 {
         }
     }
-
+    public static class ID20230325133303 {
+        public static class v1 {
+        }
+    }
 }
 
 

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

@@ -782,7 +782,9 @@ public class itemgroup extends Controller {
 //        cheekList.addAll(JSONObject.parseArray(cheekmap.toJSONString(), parm.class));
         rows = dbConnect.runSqlQuery(factory.getSQL());
         String itemno = "";
-
+        if(!rows.isEmpty()){
+            itemno=rows.get(0).getString("itemno");
+        }
 
         /**
          * 查询商品明细

+ 1 - 1
src/custom/restcontroller/webmanage/sale/customscheme/customschemeItems.java

@@ -29,7 +29,7 @@ public class customschemeItems  extends Controller {
         super(content);
     }
 
-    @API(title = "方案选择列表查询", apiversion = R.ID20230105110903.v1.class)
+    @API(title = "方案选择列表查询", apiversion = R.ID20230325133303.v1.class)
     @CACHEING
     public String querySelectSchemeList() throws YosException {
         /*