-
- 将硬编码的文件路径和月份改为可配置参数 - 添加命令行参数解析功能,支持自定义JSON输入、输出文件、统计月份和SQL引用 - 更新脚本文档字符串,提供使用示例和参数说明 - 修改Excel底部说明中的动态月份和SQL文件引用 - 更新SQL模板注释,说明多月份支持 fix(config): 切换MCP配置到开发环境数据库连接
-
Co-authored-by: Cursor <cursoragent@cursor.com>
-
- Updated the .env.production file to set the base API and WebSocket URLs for the testing environment. - Commented out the production URLs for clarity and future reference. - Removed the deprecated CSS file from the dist directory to clean up the project structure.
-
Made-with: Cursor
-
…nts for fetching candidates for leave cancellation and punch applications. Update UI components to include navigation for these new features. Enhance backend services to support workflow synchronization for leave cancellation and punch applications.
-
- Refactored multiple worker scripts (css.worker.js, editor.worker.js, html.worker.js, json.worker.js, ts.worker.js) to improve code structure and maintainability. - Removed the unused CSS file (app.26c706cb.css) to clean up the project and reduce bundle size. - Ensured all worker scripts are optimized for better performance.
-
- Updated the file upload process to include image moderation before uploading to OSS. - Added configuration options for enabling/disabling image moderation and specifying the moderation service endpoint. - Enhanced the FileService to handle local file storage and moderation logic, ensuring compliance with content policies. - Updated .env and appsettings.json to reflect new configuration settings for the image moderation feature.
-
- Updated file upload methods to first save files locally before uploading to OSS. - Added new methods for handling Base64 image uploads with local storage and OSS integration. - Improved error handling and logging for file upload processes. - Updated appsettings.json to include LocalFileBaseUrl for local file access.
-
… for accurate metrics. Added urlAddress property to UsersCurrentAuthorizeModel for improved permission management.
-
1. 工资查询接口优化: - 修改所有9个薪酬服务的员工工资查询接口 - 只能查询已锁定且未确认的工资(IsLocked=1 && EmployeeConfirmStatus!=1) - 员工确认工资后无法再次查看 - 更新接口注释说明新的查询逻辑 2. 用户列表接口增强: - 添加门店ID(mdid)搜索功能 - 添加岗位(gw)搜索功能 - 添加启用状态(enabledMark)筛选功能 - 支持组合搜索(门店ID+岗位+状态) 3. 文档和测试: - 新增员工工资查询接口逻辑梳理文档 - 新增用户列表搜索功能测试脚本
-
- 修复科技部总经理工资计算中Cell金额计算逻辑 - 更新主任工资相关服务和前端页面 - 优化科技部老师工资计算逻辑 - 更新客户信息服务和报销申请服务 - 修复系统映射器和权限模型 - 完善工资管理前端页面显示
-
- 在IAuthorizeService接口中添加GetCurrentUserAppModuleAuthorize方法 - 在AuthorizeService中实现根据用户角色获取App权限的逻辑 - 在UsersCurrentService中添加GetAppAuthorize接口(GET /api/permission/Users/Current/AppAuthorize) - 权限获取逻辑:根据用户角色从权限表中获取Category为'App'的模块权限 - 管理员返回所有App权限,普通用户返回角色权限 - 返回树形结构的App权限列表 其他修改: - 更新门店看板相关功能 - 更新会员相关功能 - 更新样式文件
-
- 新增大项目部老师工资计算功能(LqMajorProjectTeacherSalaryService) - 新增事业部总经理/经理工资计算功能(LqBusinessUnitManagerSalaryService) - 修复健康师额外数据导入功能,支持列数不足的情况 - 新增OSS URL迁移功能,支持将旧OSS地址替换为新OSS地址 - 优化库存使用申请列表查询,添加审批状态和是否已领取字段 - 优化文件上传服务,统一返回OSS路径
-
- 添加阿里云OSS配置(AccessKeyId、AccessKeySecret、Endpoint、Region、CustomDomain) - 修改FileService.cs,支持annexpic类型文件上传到阿里云OSS - 上传成功后返回OSS完整访问地址(支持自定义域名) - 完善库存使用相关功能(价格计算、总价保存) - 修复购买记录筛选功能 - 添加相关SQL脚本
-
- 创建annexpic_bak备份接口 - 配置阿里云OSS存储(成都区域) - annexpic接口强制使用阿里云OSS,不受全局FileStoreType配置影响 - 修复OSS路径格式问题(使用正斜杠) - 更新BucketName为lvqian-erip
-
- 修复SQL JOIN错误:使用JoinQueryInfos和SqlFunc.ToString确保类型匹配 - 修复类型转换错误:将返回类型改为Task<dynamic>以匹配SqlSugarPageResult的返回类型 - 接口/api/Extend/lqsalaryextracalculation/list现在可以正常返回分页数据
-
…ce LqEventUser DTO with StoreId; implement Excel import functionality for LqEvent users; add UploadBase64Image method in FileService for user signature uploads.