查询商品库存 增加分类功能 - 解决 jpa sql 类型不一致问题
This commit is contained in:
@@ -10,7 +10,7 @@ public class StockQueryDto {
|
||||
private String shopId;
|
||||
private Double num;
|
||||
private Integer isStock;
|
||||
private Integer categoryId;
|
||||
private String categoryId;
|
||||
|
||||
public void setName(String name) {
|
||||
if (StringUtils.isNotBlank(name)) {
|
||||
|
||||
Reference in New Issue
Block a user