|
@@ -472,7 +472,7 @@ public class AssetsServiceImpl extends ServiceImpl<AssetsMapper, Assets> impleme
|
|
//判断取号的产品类型(获取已取过的号)
|
|
//判断取号的产品类型(获取已取过的号)
|
|
if (takeAssetsProductionNoDTO.getProductionType().equals(STATEMENT.getCode())) { //意见书
|
|
if (takeAssetsProductionNoDTO.getProductionType().equals(STATEMENT.getCode())) { //意见书
|
|
productionNoList = assetsEvaluationTargetMapper.getStatementNoList(takeAssetsProductionNoDTO.getBusinessId());
|
|
productionNoList = assetsEvaluationTargetMapper.getStatementNoList(takeAssetsProductionNoDTO.getBusinessId());
|
|
- } else { //报告
|
|
|
|
|
|
+ } else { //报告(取报告号之前可能已经去过预评子号流程分叉,所以如果预评号不为空要判断一下)
|
|
productionNoList = assetsEvaluationTargetMapper.getReportNoList(takeAssetsProductionNoDTO.getBusinessId(), takeAssetsProductionNoDTO.getAllTargetIdList());
|
|
productionNoList = assetsEvaluationTargetMapper.getReportNoList(takeAssetsProductionNoDTO.getBusinessId(), takeAssetsProductionNoDTO.getAllTargetIdList());
|
|
}
|
|
}
|
|
//判断该资产业务订单是否有取过号
|
|
//判断该资产业务订单是否有取过号
|