个人效率属性增加

master
chen 4 years ago
parent 7586f17ccc
commit 51128a6e51
  1. 6
      dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/service/impl/DgEfficiencyServiceImpl.java

@ -311,6 +311,7 @@ public class DgEfficiencyServiceImpl extends ServiceImpl<DgEfficiencyMapper, DgA
Integer status = businessApplicationListResponse.getStatus(); Integer status = businessApplicationListResponse.getStatus();
Integer operatingStatus = businessApplicationListResponse.getOperatingStatus(); Integer operatingStatus = businessApplicationListResponse.getOperatingStatus();
Integer businessStatus = businessApplicationListResponse.getBusinessStatus(); Integer businessStatus = businessApplicationListResponse.getBusinessStatus();
statusPO.setCompanyId(businessApplicationListResponse.getCompanyId());
statusPO.setDetailId(businessApplicationListResponse.getId()); statusPO.setDetailId(businessApplicationListResponse.getId());
statusPO.setRoleId(businessApplicationListResponse.getRoleId()); statusPO.setRoleId(businessApplicationListResponse.getRoleId());
statusPO.setBusinessStatus(businessStatus); statusPO.setBusinessStatus(businessStatus);
@ -337,6 +338,7 @@ public class DgEfficiencyServiceImpl extends ServiceImpl<DgEfficiencyMapper, DgA
String name = guaranteeListResponse.getName(); String name = guaranteeListResponse.getName();
Integer operatingStatus = guaranteeListResponse.getOperatingStatus(); Integer operatingStatus = guaranteeListResponse.getOperatingStatus();
Integer businessStatus = guaranteeListResponse.getBusinessStatus(); Integer businessStatus = guaranteeListResponse.getBusinessStatus();
statusPO.setCompanyId(guaranteeListResponse.getCompanyId());
statusPO.setDetailId(guaranteeListResponse.getId()); statusPO.setDetailId(guaranteeListResponse.getId());
statusPO.setRoleId(guaranteeListResponse.getRoleId()); statusPO.setRoleId(guaranteeListResponse.getRoleId());
statusPO.setBusinessStatus(businessStatus); statusPO.setBusinessStatus(businessStatus);
@ -363,6 +365,7 @@ public class DgEfficiencyServiceImpl extends ServiceImpl<DgEfficiencyMapper, DgA
String name = assetsInvestigationListResponse.getName(); String name = assetsInvestigationListResponse.getName();
Integer operatingStatus = assetsInvestigationListResponse.getOperatingStatus(); Integer operatingStatus = assetsInvestigationListResponse.getOperatingStatus();
Integer businessStatus = assetsInvestigationListResponse.getBusinessStatus(); Integer businessStatus = assetsInvestigationListResponse.getBusinessStatus();
statusPO.setCompanyId(assetsInvestigationListResponse.getCompanyId());
statusPO.setDetailId(assetsInvestigationListResponse.getId()); statusPO.setDetailId(assetsInvestigationListResponse.getId());
statusPO.setRoleId(assetsInvestigationListResponse.getRoleId()); statusPO.setRoleId(assetsInvestigationListResponse.getRoleId());
statusPO.setBusinessStatus(businessStatus); statusPO.setBusinessStatus(businessStatus);
@ -389,6 +392,7 @@ public class DgEfficiencyServiceImpl extends ServiceImpl<DgEfficiencyMapper, DgA
String name = messageInvestigationListResponse.getName(); String name = messageInvestigationListResponse.getName();
Integer operatingStatus = messageInvestigationListResponse.getOperatingStatus(); Integer operatingStatus = messageInvestigationListResponse.getOperatingStatus();
Integer businessStatus = messageInvestigationListResponse.getBusinessStatus(); Integer businessStatus = messageInvestigationListResponse.getBusinessStatus();
statusPO.setCompanyId(messageInvestigationListResponse.getCompanyId());
statusPO.setDetailId(messageInvestigationListResponse.getId()); statusPO.setDetailId(messageInvestigationListResponse.getId());
statusPO.setRoleId(messageInvestigationListResponse.getRoleId()); statusPO.setRoleId(messageInvestigationListResponse.getRoleId());
statusPO.setBusinessStatus(businessStatus); statusPO.setBusinessStatus(businessStatus);
@ -492,6 +496,7 @@ public class DgEfficiencyServiceImpl extends ServiceImpl<DgEfficiencyMapper, DgA
Integer status = guaranteeLetterListResponse.getStatus(); Integer status = guaranteeLetterListResponse.getStatus();
Integer operatingStatus = guaranteeLetterListResponse.getOperatingStatus(); Integer operatingStatus = guaranteeLetterListResponse.getOperatingStatus();
Integer businessStatus = guaranteeLetterListResponse.getBusinessStatus(); Integer businessStatus = guaranteeLetterListResponse.getBusinessStatus();
statusPO.setIsFgJl(guaranteeLetterListResponse.getIsFgJl());
statusPO.setDetailId(guaranteeLetterListResponse.getId()); statusPO.setDetailId(guaranteeLetterListResponse.getId());
statusPO.setRoleId(guaranteeLetterListResponse.getRoleId()); statusPO.setRoleId(guaranteeLetterListResponse.getRoleId());
statusPO.setBusinessStatus(businessStatus); statusPO.setBusinessStatus(businessStatus);
@ -518,6 +523,7 @@ public class DgEfficiencyServiceImpl extends ServiceImpl<DgEfficiencyMapper, DgA
Integer status = paymentConfirmationListResponse.getStatus(); Integer status = paymentConfirmationListResponse.getStatus();
Integer operatingStatus = paymentConfirmationListResponse.getOperatingStatus(); Integer operatingStatus = paymentConfirmationListResponse.getOperatingStatus();
Integer businessStatus = paymentConfirmationListResponse.getBusinessStatus(); Integer businessStatus = paymentConfirmationListResponse.getBusinessStatus();
statusPO.setIsFgJl(paymentConfirmationListResponse.getIsFgJl());
statusPO.setDetailId(paymentConfirmationListResponse.getId()); statusPO.setDetailId(paymentConfirmationListResponse.getId());
statusPO.setRoleId(paymentConfirmationListResponse.getRoleId()); statusPO.setRoleId(paymentConfirmationListResponse.getRoleId());
statusPO.setBusinessStatus(businessStatus); statusPO.setBusinessStatus(businessStatus);

Loading…
Cancel
Save