...
|
...
|
@@ -207,6 +207,7 @@ public class SelfSizeServiceImpl implements ISelfSizeService { |
|
|
record.setProductId(selfSize.getProductId());
|
|
|
record.setGoodsId(selfSize.getGoodsId());
|
|
|
record.setSizeId(selfSize.getSizeId());
|
|
|
record.setStorageNum(0);
|
|
|
record.setCreateTime(DateUtil.getCurrentTimeSecond());
|
|
|
int num = storageMapper.insert(record);
|
|
|
if(num == 0) {
|
...
|
...
|
|