|
|
@@ -32,9 +32,7 @@ public class WxHospitalConfigController {
|
|
|
@ApiOperation(value = "查询全部的住院号配置", notes = "权限: 无")
|
|
|
@GetMapping("/query/all")
|
|
|
public CommonResult<List<BizWxPatientCodeConfigVO>> queryList() {
|
|
|
- return CommonResult.success(Arrays.asList(BizWxPatientCodeConfigVO.of("MZ2025",8,"0"),
|
|
|
- BizWxPatientCodeConfigVO.of("JK2265",6,"0"),
|
|
|
- BizWxPatientCodeConfigVO.of("202505",10,"0")));
|
|
|
+ return CommonResult.success(null);
|
|
|
}
|
|
|
|
|
|
|