数据报表-销量-统计

商品 规格 返回
This commit is contained in:
2024-08-15 18:23:46 +08:00
parent a183d2bfec
commit 7271e77b05
8 changed files with 71 additions and 31 deletions

View File

@@ -19,7 +19,9 @@ public class ShopSummaryDto {
}
public void setCateId(String cateId) {
this.cateId = cateId;
if(StringUtils.isNotBlank(cateId)){
this.cateId = cateId;
}
}
public String getShopId() {