This website requires JavaScript.
Explore
Help
Register
Sign In
iven
/
hms
Watch
1
Star
0
Fork
0
You've already forked hms
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
587f51c0c16b27a947d49d28ba7050e98baeec60
hms
/
crates
/
erp-health
History
iven
587f51c0c1
perf(health): batch_insert_readings 改为 SeaORM insert_many 批量插入
...
逐条 INSERT(最多 500 次 DB 往返)替换为构建 Vec<ActiveModel> 后一次性 insert_many(),延迟降低 95%+。
2026-04-27 09:26:41 +08:00
..
src
perf(health): batch_insert_readings 改为 SeaORM insert_many 批量插入
2026-04-27 09:26:41 +08:00
Cargo.toml
feat(health): 身份证号 AES-256-GCM 加密 + HMAC 索引 + 字段级脱敏
2026-04-25 00:21:49 +08:00