- 修改validateEmployeeData方法,增加existingIds参数支持导入场景 - 删除validateEmployeeDataForImport方法,统一使用validateEmployeeData - 单条新增场景(existingIds=null)执行原有验证逻辑 - 导入场景(existingIds!=null)跳过柜员号唯一性检查(已在调用前批量查询) - 保持性能优化:批量查询一次existingIds,而非每条记录单独查询 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>