|
@@ -31,7 +31,7 @@ import java.util.List;
|
|
|
* @since 2020-07-27
|
|
|
*/
|
|
|
@RestController
|
|
|
-@RequestMapping("/sysPlan")
|
|
|
+@RequestMapping("/sys/sysPlan")
|
|
|
@Api(value = "方案配置信息API", tags = { "方案配置信息API" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
public class SysPlanController {
|
|
@@ -39,7 +39,7 @@ public class SysPlanController {
|
|
|
SysPlanFacade sysPlanFacade;
|
|
|
|
|
|
|
|
|
- @ApiOperation(value = "根据医院编码获取配置信息[by:wangfeng]", notes = "hospitalCode :医院code 必填<br> ")
|
|
|
+ @ApiOperation(value = "根据医院获取方案配置信息[by:wangfeng]", notes = "hospitalid :医院id 必填<br> ")
|
|
|
@PostMapping("/getSysPlanInfoDatas")
|
|
|
@SysLogger("getSysPlanInfoDatas")
|
|
|
public RespDTO<SysPlanInfoDTO> getSysPlanInfoDatas(@Valid @RequestBody HospitalPlanVO hospitalPlanVO) {
|