询价接口修改
This commit is contained in:
@ -66,6 +66,7 @@ public class ISeatatEntrustServiceImpl extends BaseServiceImpl<ProjectEntrustMap
|
||||
ProjectRecord recordVO = projectRecordService.getByInquiryId(projectEntrustVO.getProcurementPlanId());
|
||||
|
||||
Map<String,String> sectionMaps = projectSectionService.getFlowList(recordVO.getId());
|
||||
String sectionName = recordVO.getProjectName()+ "包件";
|
||||
InquiryVO inquiryVO = projectEntrustVO.getProjectEntrustExpand().getInquiry();
|
||||
RootContext.bind(xid);
|
||||
projectRecordService.inquiryInitialize(recordVO.getId(), sectionMaps,inquiryVO.getReviewStartTime());
|
||||
@ -80,7 +81,7 @@ public class ISeatatEntrustServiceImpl extends BaseServiceImpl<ProjectEntrustMap
|
||||
DocumentXjVO xjVO = new DocumentXjVO();
|
||||
xjVO.setTpId(recordVO.getId());
|
||||
xjVO.setBsId(sectionId);
|
||||
xjVO.setBidSectName(recordVO.getProjectName()+ "包件");
|
||||
xjVO.setBidSectName(sectionName);
|
||||
xjVO.setList(inquiryVO.getAttachmentList());
|
||||
BaseResponse<Boolean> response = bidApi.insertTp(xjVO);
|
||||
if(!response.isSuccess()){
|
||||
@ -93,7 +94,7 @@ public class ISeatatEntrustServiceImpl extends BaseServiceImpl<ProjectEntrustMap
|
||||
tdocVO.setTpId(recordVO.getId());
|
||||
tdocVO.setProjectName(recordVO.getProjectName());
|
||||
tdocVO.setCreateDate(recordVO.getCreateDate());
|
||||
tdocVO.setSectionName(recordVO.getProjectName()+ "包件");
|
||||
tdocVO.setSectionName(sectionName);
|
||||
tdocVO.setEndDate(inquiryVO.getEndTime());
|
||||
log.info("询价项目初始化应答文件入参:"+ JsonUtils.objectToJson(tdocVO));
|
||||
response = ebtpRespsApi.initInquiryResponseFormat(tdocVO);
|
||||
|
Reference in New Issue
Block a user