Commit b5dcea94 by 周晓航

Merge branch 'KA-B端excel下载内容优化-20210727-zxh' into qa

parents 19a20152 4949e6cb
......@@ -56,4 +56,10 @@ public class OrderItemStatisticsResponse {
return aggsName.split("#split#")[3].replace("[", "").replace("]", "");
}
/**
* 商品productSpec
*/
public String getProductSpec() {
return aggsName.split("#split#")[4].replace("[", "").replace("]", "");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment