Commit ea1b79cb by hongzhong

薪资单调整,所有的数据都从银盾获取

parent f6d5853c
...@@ -1104,6 +1104,8 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe ...@@ -1104,6 +1104,8 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
} }
if ("1".equals(requestVO.getIsBasic())) { if ("1".equals(requestVO.getIsBasic())) {
//所有的数据都从银盾获取
this.queryYdSalaryDetails(requestVO, responseBody);
// 查询银盾在线佣金的保单列表 // 查询银盾在线佣金的保单列表
this.queryYdOnlineCommission(requestVO, responseBody); this.queryYdOnlineCommission(requestVO, responseBody);
responseBody.setCommonResult(new CommonResult(true, ZHBErrorConfig.getErrorInfo("800000"))); responseBody.setCommonResult(new CommonResult(true, ZHBErrorConfig.getErrorInfo("800000")));
...@@ -1117,11 +1119,6 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe ...@@ -1117,11 +1119,6 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
responseBody.setCommonResult(new CommonResult(true, ZHBErrorConfig.getErrorInfo("800000"))); responseBody.setCommonResult(new CommonResult(true, ZHBErrorConfig.getErrorInfo("800000")));
} }
// 3 所有的数据都从银盾获取
}else if ("3".equals(requestVO.getIsBasic())){
this.queryYdSalaryDetails(requestVO, responseBody);
this.queryYdOnlineCommission(requestVO, responseBody);
responseBody.setCommonResult(new CommonResult(true, ZHBErrorConfig.getErrorInfo("800000")));
} }
return responseBody; return responseBody;
} }
......
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