update 企业端标协会员项目详情

This commit is contained in:
lijiarao
2024-03-21 14:43:46 +08:00
parent a4562f714d
commit 916db2583c
2 changed files with 2 additions and 1 deletions
@@ -366,7 +366,7 @@ public class ProjectDetailServiceImpl implements ProjectDetailService {
}
//会员权益
if(Objects.equals(String.valueOf(payCommonProject.getProjectType()), ProjectCommon.PROJECT_TYPE5)){
TbMemberProjectSubitem takeEffectInfo = tbMemberProjectSubitemService.getTakeEffectInfo(payCommonProject.getChargeCompanyId());
TbMemberProjectSubitem takeEffectInfo = tbMemberProjectSubitemService.getTakeEffectInfo(payCommonProject.getChargeCompanyTemporaryId());
if (takeEffectInfo != null){
projectDetailVO.setMemberNo(takeEffectInfo.getMemberNo());
projectDetailVO.setEffectiveDate(takeEffectInfo.getEffectiveDate());
@@ -216,6 +216,7 @@ public class TbMemberProjectSubitem implements Serializable {
* rejected 已拒绝
* completed 已完结
*/
@Dict(dicCode = "payment_status")
@ApiModelProperty(value = "缴费状态")
private String paymentStatus;