|
@@ -113,6 +113,7 @@ public class BsCovenantServiceImpl extends ServiceImpl<BsCovenantMapper, BsCoven
|
|
|
bsCovenantBusiness.setEducationTypeName(iCourseEducationTypeService.getById(bsCovenantBusiness.getEducationTypeId()).getEducationName());
|
|
|
bsCovenantBusiness.setProjectName(iCourseProjectTypeService.getById(bsCovenantBusiness.getProjectId()).getProjectName());
|
|
|
BsCovenantGoodsQueryBo bsCovenantGoodsQueryBo = new BsCovenantGoodsQueryBo();
|
|
|
+ bsCovenantGoodsQueryBo.setCovenantId(bsCovenantBusiness.getCovenantBusinessId());
|
|
|
bsCovenantGoodsQueryBo.setCovenantId(bsCovenantVo.getCovenantId());
|
|
|
bsCovenantGoodsQueryBo.setStatus(1);
|
|
|
List<BsCovenantGoodsVo> bsCovenantGoodsVos = iBsCovenantGoodsService.queryList(bsCovenantGoodsQueryBo);
|
|
@@ -176,7 +177,7 @@ public class BsCovenantServiceImpl extends ServiceImpl<BsCovenantMapper, BsCoven
|
|
|
newBsCovenant.setYiCompanyContract(bsCovenant1.getYiCompanyContract());
|
|
|
newBsCovenant.setYiCompanyPhone(bsCovenant1.getYiCompanyPhone());
|
|
|
newBsCovenant.setYiRecipients(bsCovenant.getYiRecipients());
|
|
|
- newBsCovenant.setYiCompanyContract(bsCovenant.getYiCompanyContract());
|
|
|
+ newBsCovenant.setYiRecipientsAddress(bsCovenant.getYiRecipientsAddress());
|
|
|
newBsCovenant.setYiRecipientsPhone(bsCovenant.getYiRecipientsPhone());
|
|
|
newBsCovenant.setYiRecipientsRemark(bsCovenant.getYiRecipientsRemark());
|
|
|
return newBsCovenant;
|