越城公用配置文件

This commit is contained in:
yuqh 2024-06-19 09:56:10 +08:00
parent 0f543d4e8d
commit 54801a894d
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class EntranceController {
@RequestMapping(value = "/erpSso")
@ResponseBody
public String erpSso(HttpServletRequest request,HttpServletResponse response, String ticket) throws Exception {
// response.sendRedirect(bipSsoService.erpSso(request,ticket));
response.sendRedirect(bipSsoService.erpSso(request,ticket));
return null;
}
}