|
@@ -563,13 +563,13 @@ public class NavigationController {
|
|
|
*
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping("/to-medicine-test")
|
|
|
+ @RequestMapping("/pharmacy-cell-number")
|
|
|
public String toMedicineTest(HttpServletRequest httpServletRequest) throws Exception {
|
|
|
List<String> urls = getRoleUrls(httpServletRequest);
|
|
|
- if (!urls.contains("/thmz/to-medicine-test")) {
|
|
|
+ if (!urls.contains("/thmz/pharmacy-cell-number")) {
|
|
|
throw new Exception("您没有此模块的权限,请联系管理员开通!");
|
|
|
}
|
|
|
- return "mz/to-medicine-test";
|
|
|
+ return "mz/pharmacy-cell-number";
|
|
|
}
|
|
|
|
|
|
/**
|