From 2e90ec71cc2ca37bd08e3338cee285c435775218 Mon Sep 17 00:00:00 2001 From: wanghao Date: Fri, 27 Mar 2026 15:48:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=89=8B=E8=A1=A8=E8=AE=BE=E5=A4=87):=20?= =?UTF-8?q?=E6=89=8B=E8=A1=A8=E7=BB=91=E5=AE=9A=E6=97=B6=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E5=8F=AA=E8=83=BD=E7=BB=91=E5=AE=9A=E6=9C=AC=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增单位编码前6位匹配校验,禁止跨单位绑定手表; 同时将"该设备已绑定该员工"改为"该设备已被绑定" Co-Authored-By: Claude Sonnet 4.6 --- .../service/impl/WatchDeviceServiceImpl.java | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchDeviceServiceImpl.java b/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchDeviceServiceImpl.java index 96f99c1..482681e 100644 --- a/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchDeviceServiceImpl.java +++ b/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchDeviceServiceImpl.java @@ -293,8 +293,18 @@ public class WatchDeviceServiceImpl extends ServiceImpl deviceByUserIdList = getDeviceByUserId(dto.getBindUserId()); @@ -322,9 +332,8 @@ public class WatchDeviceServiceImpl extends ServiceImpl