|
@@ -568,7 +568,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|
//中标通知书
|
|
//中标通知书
|
|
List<SysFileInfo> pmBidWinningNotificationFileInfos = getSysFileInfoList(vo.getDemandId(), SysFileRefEnum.PM_BID_WINNING_NOTIFICATION.getType());
|
|
List<SysFileInfo> pmBidWinningNotificationFileInfos = getSysFileInfoList(vo.getDemandId(), SysFileRefEnum.PM_BID_WINNING_NOTIFICATION.getType());
|
|
pmPurchaseExecutionResVo.setFileInfos(pmBidWinningNotificationFileInfos);
|
|
pmPurchaseExecutionResVo.setFileInfos(pmBidWinningNotificationFileInfos);
|
|
-
|
|
|
|
|
|
+ vo.setUpAcceptanceTime(pmDemand.getUpAcceptanceTime());
|
|
vo.setPmPurchaseExecutionResVo(pmPurchaseExecutionResVo);
|
|
vo.setPmPurchaseExecutionResVo(pmPurchaseExecutionResVo);
|
|
|
|
|
|
}
|
|
}
|