|
|
@@ -275,6 +275,7 @@ public class AssetService {
|
|
|
newAsset.setPublicShow(false);
|
|
|
newAsset.setConsignment(false);
|
|
|
newAsset.setPublicCollectionId(null);
|
|
|
+ log.info("set normal transfer assetId {}", asset.getId());
|
|
|
newAsset.setStatus(AssetStatus.NORMAL);
|
|
|
newAsset.setPrice(price);
|
|
|
newAsset.setSellPrice(null);
|