Prechádzať zdrojové kódy

update
身份证校验方式

lifang 3 mesiacov pred
rodič
commit
69d08774c5

+ 1 - 3
tr-modules/tr-module-smartFollowUp/src/main/java/cn/tr/module/smart/wx/controller/WxHospitalConfigController.java

@@ -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);
     }