@@ -4636,7 +4636,10 @@ public class R {
public static class v1 {
}
-
+ public static class ID20230325133303 {
+ public static class v1 {
+ }
@@ -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");
/**
* 查询商品明细
@@ -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 {
/*