lianlonggang
|
ae866f0791
|
fix(controller): 禁止移动端解绑手表设备并优化异步处理
- 移动端解绑设备接口返回错误提示,需联系健康管理员解绑
- 设备绑定流程中的警告开关设置改为异步执行
- 防止外部系统异常影响主业务流程
- 解绑操作中移除对数据中心的通知调用
|
2026-04-10 10:28:06 +08:00 |
|
 wanghaoandClaude Sonnet 4.6
|
4610ac4737
|
fix(健康监测): 禁用移动端手表解绑功能,改为提示联系管理员操作
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-09 17:19:35 +08:00 |
|
 wanghaoandClaude Opus 4.6
|
6d6920a2b3
|
fix(健康监测): 修复手表绑定单位校验使用前端传入orgCode导致的校验失效问题
将绑定校验的orgCode来源从dto改为watchDevice实体,
避免前端未传orgCode时校验必定失败,同时消除伪造绕过风险
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-07 14:41:42 +08:00 |
|
hejiayang
|
c7041fa69e
|
fix: 解决用户搜索中HTML转义字符显示问题(漏)
|
2026-03-31 14:12:18 +08:00 |
|
wanghao
|
370f5e0089
|
Merge remote-tracking branch 'origin/develop' into develop
|
2026-03-30 18:29:06 +08:00 |
|
hejiayang
|
a47f27967e
|
fix: 防止HTML注入(用户姓名中的 · ),对用户输入姓名进行转义处理
- 在AccountDTO中对doctorName字段进行HTML转义处理
- 在ConDoctorDTO中对doctorName字段进行HTML转义处理
- 在ConEvaluateDTO中对userName和expertName字段进行HTML转义处理
- 在ConHealthInfoAnswerDTO中对fromName字段进行HTML转义处理
- 在ConHelperDTO中对userName字段进行HTML转义处理
- 在ConSessionDTO中对fromName和doctorName字段进行HTML转义处理
- 在CallLogDTO中对realName字段进行HTML转义处理
- 在PhoneListDTO中对realName字段进行HTML转义处理
- 在TblQimoNoticeDTO中对realName字段进行HTML转义处理
- 在EmergencyProfessionUserController中对name参数进行HTML转义处理
- 在OrderServiceImpl中对salvageUserName字段进行HTML转义处理
- 在AbnormalEventFilter中对userName字段进行HTML转义处理
- 在CalorieDataByUserDTO中对realName字段进行HTML转义处理
- 在WatchBindHisServiceImpl中对bindRealName字段进行HTML转义处理
- 在WatchDataServiceImpl中对username字段进行HTML转义处理
- 在WatchDeviceServiceImpl中对bindRealName字段进行HTML转义处理
- 在HealthUserEmployeeExController中对realname字段进行HTML转义处理
- 在SysUserController中对realname字段进行HTML转义处理
- 在SysUserDepartChangeApplyController中对userName参数进行HTML转义处理
- 在SelectWrapperDTO中对realName字段进行HTML转义处理
- 在SysBaseApiImpl中对username参数进行HTML转义处理
- 在SysUserServiceImpl中对name参数进行HTML转义处理
|
2026-03-30 17:54:36 +08:00 |
|
 wanghaoandClaude Sonnet 4.6
|
6c08f5f141
|
fix(用户管理): 修复不传 realname 时查询用户列表抛 NPE 的问题
对 realname 参数增加非空判断,避免 null 值时调用 replaceAll 抛出 NullPointerException
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-30 17:22:05 +08:00 |
|
lianlonggang
|
690f688c6a
|
屏蔽pom文件不需要的配置
|
2026-03-30 16:07:27 +08:00 |
|
 wanghaoandClaude Sonnet 4.6
|
63cc815022
|
fix(用户管理): 修复用户查询时名字中间隔号被 HTML 实体转义的问题
将查询参数中的 · 转义回 · 后再执行查询
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-30 14:54:56 +08:00 |
|
 wanghaoandClaude Sonnet 4.6
|
8f00d07377
|
feat(健康咨询): 新增音视频咨询超时关闭功能及定时任务
- 新增 endVideoSession 接口,供手动触发和定时任务调用
- Mapper 层添加 UPDATE SQL:预约日期已过的视频咨询,有通话记录改为待评价(4),无记录改为取消(6)
- SyncScheduleJob 新增 XXL-Job 任务 endVideoSession,每日自动处理过期视频咨询
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-30 14:54:33 +08:00 |
|
 wanghaoandClaude Sonnet 4.6
|
2e90ec71cc
|
fix(手表设备): 手表绑定时校验只能绑定本单位人员
新增单位编码前6位匹配校验,禁止跨单位绑定手表;
同时将"该设备已绑定该员工"改为"该设备已被绑定"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-27 15:48:55 +08:00 |
|
wanghao
|
a43806c4e9
|
fix(手表设备): 优化错误提示信息,将"该工具不存在"改为"该监测工具不存在"
|
2026-03-18 14:47:39 +08:00 |
|
wanghao
|
237df3ef38
|
修改移动端手表绑定接口
|
2026-03-12 17:28:52 +08:00 |
|
wanghao
|
bd9fece99c
|
新增移动端手表绑定解绑接口
|
2026-03-12 16:16:58 +08:00 |
|
pengjie
|
47cebd3392
|
【用户信息】增加返回字段,加密接口
|
2026-03-06 17:01:49 +08:00 |
|
wanghao
|
61e049cc47
|
手表数据修改
|
2026-03-05 17:05:31 +08:00 |
|
wanghao
|
ad03177e50
|
手表数据修改
|
2026-03-05 17:00:18 +08:00 |
|
wanghao
|
3db3301fe3
|
手表数据修改
|
2026-03-05 16:10:31 +08:00 |
|
wanghao
|
fa9a186a5e
|
手表数据修改
|
2026-03-05 15:53:40 +08:00 |
|
wanghao
|
3cea926a1e
|
手表接口修改
|
2026-03-04 17:23:32 +08:00 |
|
wanghao
|
fe82afd934
|
手表接口修改
|
2026-03-04 15:30:07 +08:00 |
|
wanghao
|
96242b5c00
|
手表数据返回处理
|
2026-03-03 17:22:20 +08:00 |
|
wanghao
|
291f6a4eaa
|
移动端首页手表数据修改
|
2026-03-03 10:13:15 +08:00 |
|
wanghao
|
98dc17552d
|
异常事件导出增加回传时间
|
2026-02-27 11:14:42 +08:00 |
|
lianlonggang
|
e9784f7957
|
资源情况监测方法
|
2026-02-12 11:29:36 +08:00 |
|
wanghao
|
175238e291
|
调整移动端消息通知倒序
|
2026-02-11 16:42:30 +08:00 |
|
wanghao
|
3c822d581c
|
调整消息通知sql
|
2026-02-11 16:40:47 +08:00 |
|
wanghao
|
77d72d1d78
|
移动端通知接口优化
|
2026-02-11 15:33:14 +08:00 |
|
pengjie
|
9dbdd911d9
|
appbanner图
|
2026-02-11 11:03:33 +08:00 |
|
pengjie
|
0022497f64
|
appbanner图
|
2026-02-11 10:50:05 +08:00 |
|
pengjie
|
9714e97a71
|
appbanner图
|
2026-02-11 10:45:31 +08:00 |
|
wanghao
|
65f5755422
|
移动端首页通知
|
2026-02-11 10:07:27 +08:00 |
|
feng
|
677b4d5080
|
fix
|
2026-02-11 09:55:11 +08:00 |
|
wanghao
|
49f316dd82
|
移动端首页获取图片接口排除
|
2026-02-10 17:58:05 +08:00 |
|
pengjie
|
b6aecf4e64
|
用户信息查询
|
2026-02-10 15:45:36 +08:00 |
|
pengjie
|
cd7f5661de
|
【积分银行】积分
|
2026-02-09 17:03:19 +08:00 |
|
pengjie
|
6e005f2f4e
|
【积分银行】积分
|
2026-02-09 16:30:50 +08:00 |
|
wanghao
|
03f8be4c98
|
获取指定图片url
|
2026-02-09 16:23:33 +08:00 |
|
pengjie
|
b2b96290bf
|
Merge remote-tracking branch 'origin/develop' into develop
|
2026-02-06 17:49:52 +08:00 |
|
pengjie
|
80d1cebc0f
|
【积分银行】积分
|
2026-02-06 17:49:43 +08:00 |
|
wanghao
|
e064e312da
|
消息通知的指定人员
|
2026-02-06 17:47:09 +08:00 |
|
pengjie
|
173eaa1b60
|
Merge remote-tracking branch 'origin/develop' into develop
|
2026-02-05 19:18:23 +08:00 |
|
pengjie
|
ff4de69409
|
【轮播图】app轮播图
|
2026-02-05 19:18:15 +08:00 |
|
wanghao
|
6b13ab307a
|
消息通知
|
2026-02-05 19:18:12 +08:00 |
|
feng
|
b57482b0be
|
健康银行表设计
|
2026-02-05 15:59:38 +08:00 |
|
feng
|
41ab299602
|
新微服务健康银行
|
2026-02-04 17:14:34 +08:00 |
|
wanghao
|
e1eeafa13b
|
优化小助手端咨询列表接口
|
2026-02-03 10:46:46 +08:00 |
|
lianlonggang
|
e535308048
|
修改包名,屏蔽短信日志
|
2026-02-02 19:50:20 +08:00 |
|
stan
|
b03c4db189
|
update:es日志暂时去除
|
2026-02-02 19:14:35 +08:00 |
|
pengjie
|
a6aebf34b4
|
【安眼】添加日志
|
2026-02-02 19:01:56 +08:00 |
|