feat(ops): 安保工单模块完整实现 #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/security-work-order"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
安保工单模块完整实现(数据模型、服务、派单策略、API 接口、单元测试)
将 CleanOrderServiceImpl 中的 buildAreaPath 私有方法提取到 ops-biz 公共层 AreaPathBuilder 组件,供各业务模块(保洁、安保等)共享使用。同时优化: - 用正则 matches("\d+") 替代 try-catch NumberFormatException 做数字校验 - 增加相邻重复ID去重保护 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>