|
|
@@ -290,7 +290,7 @@ public class FsStoreOrderScrmController extends BaseController {
|
|
|
for (FsStoreOrderItemVO itemVO : itemList) {
|
|
|
JSONObject jsonObject = JSONObject.parseObject(itemVO.getJsonInfo());
|
|
|
String productName = jsonObject.getString("productName");
|
|
|
- stringBuffer.append(productName).append("x").append(itemVO.getNum());
|
|
|
+ stringBuffer.append(productName).append("x").append(itemVO.getNum()).append(";");
|
|
|
}
|
|
|
}
|
|
|
vo.setProductName(stringBuffer.toString());
|