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