...
|
...
|
@@ -388,6 +388,7 @@ public class DepositServiceImpl implements DepositService { |
|
|
storageDepositMapper.insert(sd);
|
|
|
autoTransfer(orderCode, newUid);
|
|
|
clearCache(uid, sd.getProductId(), sd.getStorageId());
|
|
|
clearCache(newUid, sd.getProductId(), sd.getStorageId());
|
|
|
return true;
|
|
|
}
|
|
|
// 可上架数量
|
...
|
...
|
|