|  | @@ -517,9 +517,9 @@ public class StudentOrderController extends BaseController {
 | 
											
												
													
														|  |      @RequestMapping("${app-config.url.student:}/paymentResult")
 |  |      @RequestMapping("${app-config.url.student:}/paymentResult")
 | 
											
												
													
														|  |      public void paymentResult(HttpServletResponse response, String orderNo, String type) {
 |  |      public void paymentResult(HttpServletResponse response, String orderNo, String type) {
 | 
											
												
													
														|  |          try {
 |  |          try {
 | 
											
												
													
														|  | -            String baseApiUrl = sysConfigDao.findConfigValue(SysConfigService.BASE_API_URL);
 |  | 
 | 
											
												
													
														|  | 
 |  | +            String baseApiUrl = sysConfigDao.findConfigValue(SysConfigService.BASE_API_URL_MDAYA);
 | 
											
												
													
														|  |              if (type != null && type.equals("edu")) {
 |  |              if (type != null && type.equals("edu")) {
 | 
											
												
													
														|  | -                baseApiUrl = sysConfigDao.findConfigValue(SysConfigService.EDU_TEACHER_BASE_URL);
 |  | 
 | 
											
												
													
														|  | 
 |  | +                baseApiUrl = sysConfigDao.findConfigValue(SysConfigService.EDU_TEACHER_BASE_URL_MANAGER);
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |              response.sendRedirect(baseApiUrl + "/#/paymentresult?orderNo=" + orderNo);
 |  |              response.sendRedirect(baseApiUrl + "/#/paymentresult?orderNo=" + orderNo);
 | 
											
												
													
														|  |          } catch (IOException e) {
 |  |          } catch (IOException e) {
 |