Commit 6c06ae70 by jianan

N22寿险业绩统计数据查询接口URL问题1

parent 688b0790
......@@ -46,7 +46,7 @@ public class N22SalaryServiceImpl implements N22SalaryService {
obj.put("requestHead", requestHead);
obj.put("requestBody", searchStaffAchievementRequestBody);
String url = systemConfigService.getSingleConfigValue("N22_URL_Salary_Details_Search");
String url = systemConfigService.getSingleConfigValue("N22_URL_Search_Staff_Achievement");
String result = N22Utils.postTransaction(url, obj.toString());
SearchStaffAchievementResponseVO response = JSONObject.parseObject(result, SearchStaffAchievementResponseVO.class);
......
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