...
|
...
|
@@ -365,7 +365,7 @@ public class TblLogicService { |
|
|
jsonObj.put("color_code", "");
|
|
|
jsonObj.put("color_value", "");
|
|
|
jsonObj.put("images_url", skcDefaultImages == null ? "" : skcDefaultImages);
|
|
|
jsonObj.put("is_default", skc.getIsDefault().equals("1") ? "Y" : "n");
|
|
|
jsonObj.put("is_default", skc.getIsDefault().equals("1") ? "Y" : "N");
|
|
|
jsonObj.put("storage_num", "100");
|
|
|
goodsArray.add(jsonObj);
|
|
|
}
|
...
|
...
|
|