Browse Source

添加字段--上传中标通知书

buzhanyi 2 years ago
parent
commit
3fe1f8ca43

+ 1 - 1
purchase-system/src/main/java/com/ozs/pm/service/impl/PmDemandServiceImpl.java

@@ -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);
 
 
     }
     }