瀏覽代碼

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

buzhanyi 2 年之前
父節點
當前提交
3fe1f8ca43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      purchase-system/src/main/java/com/ozs/pm/service/impl/PmDemandServiceImpl.java

+ 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());
         pmPurchaseExecutionResVo.setFileInfos(pmBidWinningNotificationFileInfos);
-
+        vo.setUpAcceptanceTime(pmDemand.getUpAcceptanceTime());
         vo.setPmPurchaseExecutionResVo(pmPurchaseExecutionResVo);
 
     }