Commit 0c880cb7 by jianan

手工录入的薪资单显示银盾在线的保单列表2

parent 04c0239b
...@@ -901,6 +901,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe ...@@ -901,6 +901,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
if ("1".equals(requestVO.getIsBasic())) { if ("1".equals(requestVO.getIsBasic())) {
// 查询银盾在线佣金的保单列表 // 查询银盾在线佣金的保单列表
this.queryYdOnlineCommission(requestVO, responseBody); this.queryYdOnlineCommission(requestVO, responseBody);
responseBody.setCommonResult(new CommonResult(true, ZHBErrorConfig.getErrorInfo("800000")));
} else { } else {
// 调N22接口 // 调N22接口
SearchStaffSalaryDetailsResponseVO searchStaffSalaryDetailsResponseVO = n22SalaryService.searchStaffSalaryDetails(requestVO); SearchStaffSalaryDetailsResponseVO searchStaffSalaryDetailsResponseVO = n22SalaryService.searchStaffSalaryDetails(requestVO);
...@@ -940,6 +941,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe ...@@ -940,6 +941,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
otherCommissionList = new ArrayList<>(); otherCommissionList = new ArrayList<>();
OtherCommission otherCommission = new OtherCommission(); OtherCommission otherCommission = new OtherCommission();
otherCommission.setWithdrawedId(withdrawId); otherCommission.setWithdrawedId(withdrawId);
otherCommission.setProject_Id("12C24EDF-83D7-081C-AE2C-085031C4DCAF");
otherCommissionList.add(otherCommission); otherCommissionList.add(otherCommission);
responseBody.setOtherCommissionList(otherCommissionList); responseBody.setOtherCommissionList(otherCommissionList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment