1、修改项目是否用ipass进行制作应答文件
This commit is contained in:
@ -663,17 +663,16 @@ public class ProjectRecordServiceImpl extends BaseServiceImpl<ProjectRecordMappe
|
|||||||
record.setRecruitEndTime(purpBaseInfoVO.getProjBaseInfoVO().getRecruitEndTime());
|
record.setRecruitEndTime(purpBaseInfoVO.getProjBaseInfoVO().getRecruitEndTime());
|
||||||
//是否使用客户端工具制作应答文件
|
//是否使用客户端工具制作应答文件
|
||||||
record.setIsClientFile(ProjectCommonUtil.IS_IPASS_YES);
|
record.setIsClientFile(ProjectCommonUtil.IS_IPASS_YES);
|
||||||
//是否使用IPass制作应答文件
|
|
||||||
record.setIsIPassFile(ProjectCommonUtil.IS_IPASS_YES);
|
|
||||||
|
|
||||||
//是否开标使用IPass进行解密
|
//是否使用IPass制作应答文件
|
||||||
if(StringUtils.equals(projectEntrust.getProcurementMode(),ProjectCommonUtil.PROCUREMENT_MODE_1)
|
if(StringUtils.equals(projectEntrust.getProcurementMode(),ProjectCommonUtil.PROCUREMENT_MODE_1)
|
||||||
||StringUtils.equals(projectEntrust.getProcurementMode(),ProjectCommonUtil.PROCUREMENT_MODE_2)){
|
||StringUtils.equals(projectEntrust.getProcurementMode(),ProjectCommonUtil.PROCUREMENT_MODE_2)){
|
||||||
record.setIsIPassDecode(ProjectCommonUtil.IS_IPASS_YES);
|
record.setIsIPassFile(ProjectCommonUtil.IS_IPASS_YES);
|
||||||
}else{
|
}else{
|
||||||
record.setIsIPassDecode(ProjectCommonUtil.IS_IPASS_NO);
|
record.setIsIPassFile(ProjectCommonUtil.IS_IPASS_NO);
|
||||||
}
|
}
|
||||||
|
//是否开标使用IPass进行解密
|
||||||
|
record.setIsIPassDecode(ProjectCommonUtil.IS_IPASS_NO);
|
||||||
List<ProjectSection> sectionList = new ArrayList<>();
|
List<ProjectSection> sectionList = new ArrayList<>();
|
||||||
List<SectionMaterial> materialList = new ArrayList<>();
|
List<SectionMaterial> materialList = new ArrayList<>();
|
||||||
List<SectionSupplier> supplierList = new ArrayList<>();
|
List<SectionSupplier> supplierList = new ArrayList<>();
|
||||||
|
Reference in New Issue
Block a user