询价接口修改
This commit is contained in:
@ -36,11 +36,15 @@ public class DocumentXjVO implements Serializable {
|
||||
@ApiModelProperty(value = "包id")
|
||||
private String bsId;
|
||||
|
||||
/**
|
||||
* 标包名称
|
||||
*/
|
||||
@ApiModelProperty(value = "标包名称")
|
||||
private String bidSectName;
|
||||
|
||||
/**
|
||||
* 附件数据
|
||||
*/
|
||||
@ApiModelProperty(value = "附件数据")
|
||||
private List<AttachmentVO> list;
|
||||
|
||||
}
|
||||
|
@ -80,6 +80,7 @@ public class ISeatatEntrustServiceImpl extends BaseServiceImpl<ProjectEntrustMap
|
||||
DocumentXjVO xjVO = new DocumentXjVO();
|
||||
xjVO.setTpId(recordVO.getId());
|
||||
xjVO.setBsId(sectionId);
|
||||
xjVO.setBidSectName(recordVO.getProjectName()+ "包件");
|
||||
xjVO.setList(inquiryVO.getAttachmentList());
|
||||
BaseResponse<Boolean> response = bidApi.insertTp(xjVO);
|
||||
if(!response.isSuccess()){
|
||||
|
Reference in New Issue
Block a user