修改bug#40334
This commit is contained in:
+2
@@ -107,6 +107,8 @@ public class ProjectDetailServiceImpl implements ProjectDetailService {
|
||||
projectDetailVO.setProjectType(payCommonProject.getProjectType());
|
||||
projectDetailVO.setChargeWay(payCommonProject.getChargeWay());
|
||||
projectDetailVO.setFiles(payCommonProject.getFiles());
|
||||
projectDetailVO.setChargeNoticeNo(payCommonProject.getChargeNoticeNo());
|
||||
projectDetailVO.setChargeNoticeId(payCommonProject.getChargeNoticeId());
|
||||
if(!Objects.isNull(payCommonProject.getChargeWay())){
|
||||
// 普通项目,工作组,会员
|
||||
if(Objects.equals(String.valueOf(payCommonProject.getProjectType()),ProjectCommon.PROJECT_TYPE1)
|
||||
|
||||
@@ -5,6 +5,8 @@ import com.jero.mail.entity.PayMailBill;
|
||||
import com.jero.payment.entity.PayPaymentRecord;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.validation.constraints.Size;
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
@@ -135,6 +137,12 @@ public class ProjectDetailVO implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty(value = "到账信息")
|
||||
private List<PayPaymentRecord> paymentRecord;
|
||||
/**收费通知号*/
|
||||
@ApiModelProperty(value = "收费通知号")
|
||||
private String chargeNoticeNo;
|
||||
/**收费通知文件id*/
|
||||
@ApiModelProperty(value = "收费通知文件id")
|
||||
private String chargeNoticeId;
|
||||
/**
|
||||
* 开票邮寄记录
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user