|
|
@@ -308,7 +308,7 @@ public class AssetService extends BaseService<Asset> implements AccountFeeBusine
|
|
|
if (assetVO.getStagingFlag()) {
|
|
|
assetVO.setStatusInvoice(Constant.StatusInvoice.STAGING.getName());
|
|
|
} else {
|
|
|
- assetVO.setStatusInvoice(Constant.StatusInvoice.APPROVAL_NOT.getName());
|
|
|
+ assetVO.setStatusInvoice(Constant.StatusInvoice.CONFIRM.getName());
|
|
|
}
|
|
|
Asset asset = assetConvert.assetVO2PO(assetVO);
|
|
|
// 判断是否存在相同名称 如果存在直接返回重复信息 不进行下一部操作
|