fix 82831 会员管理-标协会员单位信息-详情页面-备注和收费通知,联行号没有回显
This commit is contained in:
+1
-1
@@ -235,6 +235,7 @@ public class ProjectDetailServiceImpl implements ProjectDetailService {
|
||||
projectDetailVO.setOpeningBank(payCompanyManagement.getOpeningBank());
|
||||
projectDetailVO.setPostalCodeCompany(payCompanyManagement.getPostalCode());
|
||||
projectDetailVO.setCompanyAddress(payCompanyManagement.getCompanyAddress());
|
||||
projectDetailVO.setLinkBankNumber(payCompanyManagement.getLinkBankNumber());
|
||||
PayContactsManagement payContactsManagement = payContactsManagementService.getById(payCommonProject.getContactsTemporaryId());
|
||||
if(Objects.isNull(payContactsManagement)){
|
||||
throw new JeroBootException("联系人不存在!");
|
||||
@@ -266,7 +267,6 @@ public class ProjectDetailServiceImpl implements ProjectDetailService {
|
||||
projectDetailVO.setCompanyPhone(PasswordUtil.decrypt(payCompanyManagementTemporary.getCompanyPhone()));
|
||||
projectDetailVO.setDutyCode(payCompanyManagementTemporary.getDutyCode());
|
||||
projectDetailVO.setBankAccountName(payCompanyManagementTemporary.getBankAccountName());
|
||||
projectDetailVO.setBankAccount(payCompanyManagementTemporary.getBankAccount());
|
||||
projectDetailVO.setOpeningBank(payCompanyManagementTemporary.getOpeningBank());
|
||||
|
||||
// 工作组 添加企业联系人
|
||||
|
||||
@@ -7,6 +7,7 @@ import com.jero.payment.entity.PayPaymentRecord;
|
||||
import com.jero.project.entity.PayWorkingGroupSubItemContacts;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import org.jeecgframework.poi.excel.annotation.Excel;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
|
||||
import java.io.Serializable;
|
||||
@@ -108,7 +109,9 @@ public class ProjectDetailVO implements Serializable {
|
||||
@ApiModelProperty(value = "银行账号")
|
||||
private String bankAccount;
|
||||
|
||||
|
||||
/**联行号*/
|
||||
@ApiModelProperty(value = "联行号")
|
||||
private String linkBankNumber;
|
||||
/**
|
||||
* 企业联系人
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user