Compare commits

8 Commits

Author SHA1 Message Date
891ee7c1c9 Merge branch 'dyf-device' into 6170 2025-11-19 10:56:12 +08:00
6488b8a724 Merge branch 'dyf-device' into 6170 2025-11-12 11:25:55 +08:00
88b54a49f4 Merge branch 'dyf-device' into 6170
# Conflicts:
#	fys-admin/src/main/resources/application-prod.yml
2025-11-11 14:34:19 +08:00
dce043f63d Merge branch 'dyf-device' into 6170 2025-11-11 10:51:57 +08:00
759c72fc65 Merge branch 'dyf-device' into 6170 2025-11-10 10:37:43 +08:00
70c416779f Merge branch 'dyf-device' into 6170 2025-11-07 17:11:45 +08:00
f4369f7581 分享设备bug修改 2025-10-30 14:27:01 +08:00
df28eed305 prod配置文件 2025-10-28 10:51:05 +08:00

View File

@ -216,6 +216,7 @@ public class AppDeviceShareService {
uw.eq("phonenumber", bo.getPhonenumber()); uw.eq("phonenumber", bo.getPhonenumber());
uw.set("permission", bo.getPermission()); uw.set("permission", bo.getPermission());
uw.set("update_by", userId); uw.set("update_by", userId);
uw.set("create_by", userId);
uw.set("update_time", new Date()); uw.set("update_time", new Date());
return appDeviceShareMapper.update(uw); return appDeviceShareMapper.update(uw);