Merge branch 'master' into 'pro'

正式环境合并

See merge request eshop/biz_service_ebtp_project!21
This commit is contained in:
代兴成
2021-03-25 10:15:38 +08:00
4 changed files with 8 additions and 9 deletions

View File

@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestParam;
* @author daixc
* @date 2021/02/27
*/
@FeignClient(value = "${mconfig.service-price-usercenter}",url = "http://10.242.31.158:8100/core-service-usercenter-public/")
@FeignClient(value = "${mconfig.service-price-usercenter}")
public interface UsercenterApi {
/**

View File

@ -663,17 +663,16 @@ public class ProjectRecordServiceImpl extends BaseServiceImpl<ProjectRecordMappe
record.setRecruitEndTime(purpBaseInfoVO.getProjBaseInfoVO().getRecruitEndTime());
//是否使用客户端工具制作应答文件
record.setIsClientFile(ProjectCommonUtil.IS_IPASS_YES);
//是否使用IPass制作应答文件
record.setIsIPassFile(ProjectCommonUtil.IS_IPASS_YES);
//是否开标使用IPass进行解密
//是否使用IPass制作应答文件
if(StringUtils.equals(projectEntrust.getProcurementMode(),ProjectCommonUtil.PROCUREMENT_MODE_1)
||StringUtils.equals(projectEntrust.getProcurementMode(),ProjectCommonUtil.PROCUREMENT_MODE_2)){
record.setIsIPassDecode(ProjectCommonUtil.IS_IPASS_YES);
record.setIsIPassFile(ProjectCommonUtil.IS_IPASS_YES);
}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<SectionMaterial> materialList = new ArrayList<>();
List<SectionSupplier> supplierList = new ArrayList<>();

View File

@ -112,7 +112,7 @@ mybatis-plus:
map-underscore-to-camel-case: true
auto-mapping-behavior: full
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath*:com/chinaunicom/mall/ebtp/**/mapper/*Mapper.xml
global-config:
# 逻辑删除配置

View File

@ -110,7 +110,7 @@ mybatis-plus:
map-underscore-to-camel-case: true
auto-mapping-behavior: full
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath*:com/chinaunicom/mall/ebtp/**/mapper/*Mapper.xml
global-config:
# 逻辑删除配置