浏览代码

Merge branch 'develop' into develop2

hu 10 月之前
父节点
当前提交
82becdb2fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/custom/restcontroller/sale/itemgroup/itemgroup.java

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

@@ -1079,7 +1079,7 @@ public class itemgroup extends Controller {
             row.put("brand", brandRowsMap.get(row.getString("itemid")));
         }
         JSONObject oject = new JSONObject();
-        oject.put("customschemeItems", customschemeItems);
+        oject.put("customschemeItems", customschemeItems.toJsonArray());
         oject.put("colorRows", colorList);
         oject.put("specRows", specList);
         oject.put("materialRows", materialList);