瀏覽代碼

fix
医院id统一字段

18339543638 6 月之前
父節點
當前提交
d4dedeca95

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

@@ -80,7 +80,7 @@ public class WxAppletUserController {
     @ApiOperation(value = "当前用户绑定医院",position = 5)
     public CommonResult<Boolean> bindHospital(@RequestBody BizWxUserBindHospitalDTO source){
         String currentUserId = LoginUserStrategy.tr.getCurrentUserId();
-        wxUserService.bindHospital(currentUserId,source.getHospitalId());
+        wxUserService.bindHospital(currentUserId,source.getTenantId());
         return CommonResult.success(Boolean.TRUE);
     }