询价测试
This commit is contained in:
@ -19,6 +19,7 @@ import com.chinaunicom.mall.ebtp.project.projectrecord.entity.ProjectRecord;
|
|||||||
import com.chinaunicom.mall.ebtp.project.projectrecord.service.IProjectRecordService;
|
import com.chinaunicom.mall.ebtp.project.projectrecord.service.IProjectRecordService;
|
||||||
import com.chinaunicom.mall.ebtp.project.projectsection.entity.ProjectSection;
|
import com.chinaunicom.mall.ebtp.project.projectsection.entity.ProjectSection;
|
||||||
import com.chinaunicom.mall.ebtp.project.projectsection.service.IProjectSectionService;
|
import com.chinaunicom.mall.ebtp.project.projectsection.service.IProjectSectionService;
|
||||||
|
import feign.FeignException;
|
||||||
import io.seata.core.context.RootContext;
|
import io.seata.core.context.RootContext;
|
||||||
import io.seata.spring.annotation.GlobalTransactional;
|
import io.seata.spring.annotation.GlobalTransactional;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
@ -94,6 +95,8 @@ public class ISeatatEntrustServiceImpl extends BaseServiceImpl<ProjectEntrustMap
|
|||||||
tdocVO.setSectionName(recordVO.getProjectName()+ "包件");
|
tdocVO.setSectionName(recordVO.getProjectName()+ "包件");
|
||||||
tdocVO.setEndDate(inquiryVO.getEndTime());
|
tdocVO.setEndDate(inquiryVO.getEndTime());
|
||||||
log.info("询价项目初始化应答文件入参:"+ JsonUtils.objectToJson(tdocVO));
|
log.info("询价项目初始化应答文件入参:"+ JsonUtils.objectToJson(tdocVO));
|
||||||
|
|
||||||
|
ProjectExceptionEnum.FRAME_EXCEPTION_PROJECT_ENTRUST_NOT_FIND.throwException();
|
||||||
response = ebtpRespsApi.initInquiryResponseFormat(tdocVO);
|
response = ebtpRespsApi.initInquiryResponseFormat(tdocVO);
|
||||||
log.info("询价项目初始化应答文件返回结果:"+ JsonUtils.objectToJson(response));
|
log.info("询价项目初始化应答文件返回结果:"+ JsonUtils.objectToJson(response));
|
||||||
if(!response.isSuccess()){
|
if(!response.isSuccess()){
|
||||||
|
Reference in New Issue
Block a user