Compare commits

...

2 Commits

13 changed files with 31 additions and 31 deletions

View File

@ -37,7 +37,7 @@ import java.util.Map;
*/
@Api(tags="咨询信息")
@RestController
@RequestMapping("/h5Api/nuBizAdvisoryInfo")
@RequestMapping("/admin/h5Api/nuBizAdvisoryInfo")
@Slf4j
public class H5ApiAdvisoryInfoController extends JeecgController<NuBizAdvisoryInfo, INuBizAdvisoryInfoService> {
@Autowired

View File

@ -47,7 +47,7 @@ import org.apache.shiro.authz.annotation.RequiresPermissions;
*/
@Api(tags="咨询信息")
@RestController
@RequestMapping("/NuBizAdvisoryInfo/nuBizAdvisoryInfo")
@RequestMapping("/admin/NuBizAdvisoryInfo/nuBizAdvisoryInfo")
@Slf4j
public class NuBizAdvisoryInfoController extends JeecgController<NuBizAdvisoryInfo, INuBizAdvisoryInfoService> {
@Autowired

View File

@ -29,7 +29,7 @@ import java.util.Arrays;
*/
@Api(tags="app版本记录")
@RestController
@RequestMapping("/appVersionConfig/appVersionConfig")
@RequestMapping("/admin/appVersionConfig/appVersionConfig")
@Slf4j
public class AppVersionConfigController extends JeecgController<AppVersionConfig, IAppVersionConfigService> {
@Autowired

View File

@ -47,7 +47,7 @@ import org.apache.shiro.authz.annotation.RequiresPermissions;
*/
@Api(tags="资源同步错误日志")
@RestController
@RequestMapping("/mediaasyncerrorlog/mediaAsyncErrorLog")
@RequestMapping("/admin/mediaasyncerrorlog/mediaAsyncErrorLog")
@Slf4j
public class MediaAsyncErrorLogController extends JeecgController<MediaAsyncErrorLog, IMediaAsyncErrorLogService> {
@Autowired

View File

@ -50,7 +50,7 @@ import org.apache.shiro.authz.annotation.RequiresPermissions;
*/
@Api(tags = "媒体资源管理")
@RestController
@RequestMapping("/mediamanage/mediaManage")
@RequestMapping("/admin/mediamanage/mediaManage")
@Slf4j
public class MediaManageController extends JeecgController<MediaManage, IMediaManageService> {

View File

@ -43,7 +43,7 @@ import java.util.Map;
*/
@Api(tags = "护理单元")
@RestController
@RequestMapping("/nuBaseInfo/nuBaseInfo")
@RequestMapping("/admin/nuBaseInfo/nuBaseInfo")
@Slf4j
public class NuBaseInfoController extends JeecgController<NuBaseInfo, INuBaseInfoService> {
@Autowired

View File

@ -47,7 +47,7 @@ import org.apache.shiro.authz.annotation.RequiresPermissions;
*/
@Api(tags="员工咨询信息")
@RestController
@RequestMapping("/nuEmployeesAdvisoryInfo/nuEmployeesAdvisoryInfo")
@RequestMapping("/admin/nuEmployeesAdvisoryInfo/nuEmployeesAdvisoryInfo")
@Slf4j
public class NuEmployeesAdvisoryInfoController extends JeecgController<NuEmployeesAdvisoryInfo, INuEmployeesAdvisoryInfoService> {
@Autowired

View File

@ -48,7 +48,7 @@ import org.apache.shiro.authz.annotation.RequiresPermissions;
*/
@Api(tags = "机构加盟申请信息表")
@RestController
@RequestMapping("/orgapplyinfo/orgApplyInfo")
@RequestMapping("/admin/orgapplyinfo/orgApplyInfo")
@Slf4j
public class OrgApplyInfoController extends JeecgController<OrgApplyInfo, IOrgApplyInfoService> {
@Autowired

View File

@ -31,7 +31,7 @@ import java.util.Map;
*/
@Api(tags="体型标签")
@RestController
@RequestMapping("/directiveTag/bodyTag")
@RequestMapping("/services/directiveTag/bodyTag")
@Slf4j
public class DirectiveBodyTagController extends JeecgController<DirectiveBodyTag, IDirectiveBodyTagService> {
@Autowired

View File

@ -31,7 +31,7 @@ import java.util.Map;
*/
@Api(tags="情绪标签")
@RestController
@RequestMapping("/directiveTag/emotionTag")
@RequestMapping("/services/directiveTag/emotionTag")
@Slf4j
public class DirectiveEmotionTagController extends JeecgController<DirectiveEmotionTag, IDirectiveEmotionTagService> {
@Autowired

View File

@ -31,7 +31,7 @@ import java.util.Map;
*/
@Api(tags="服务类别")
@RestController
@RequestMapping("/serviceCategory/configServiceCategory")
@RequestMapping("/services/serviceCategory/configServiceCategory")
@Slf4j
public class ConfigServiceCategoryController extends JeecgController<ConfigServiceCategory, IConfigServiceCategoryService> {
@Autowired

View File

@ -41,7 +41,7 @@ import java.util.stream.Collectors;
*/
@Api(tags = "服务指令")
@RestController
@RequestMapping("/serviceDirective/configServiceDirective")
@RequestMapping("/services/serviceDirective/configServiceDirective")
@Slf4j
public class ConfigServiceDirectiveController extends JeecgController<ConfigServiceDirective, IConfigServiceDirectiveService> {
@Autowired

View File

@ -31,7 +31,7 @@ import java.util.Map;
*/
@Api(tags = "服务类型")
@RestController
@RequestMapping("/ServiceType/configServiceType")
@RequestMapping("/services/ServiceType/configServiceType")
@Slf4j
public class ConfigServiceTypeController extends JeecgController<ConfigServiceType, IConfigServiceTypeService> {
@Autowired