소스 검색

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);