于宏哲PHP
|
6ceb6d8f03
|
1
|
10 months ago |
王泽彦
|
266316d476
|
修改流程管理的bug
|
10 months ago |
于宏哲PHP
|
dba00d206f
|
1
|
10 months ago |
王泽彦
|
fc6db6110c
|
身高体重评分
|
10 months ago |
王泽彦
|
6206546617
|
修改没有使用的依赖
|
10 months ago |
王泽彦
|
6f264d03e2
|
修改审批流
|
10 months ago |
王泽彦
|
88005467e5
|
feat(pay): 添加计算销售绩效功能并优化支付成功逻辑
- 在支付成功事件中添加计算销售绩效监听器
- 优化支付成功逻辑,只在存在订单号时添加账单记录
|
10 months ago |
王泽彦
|
e26bf231c6
|
perf:优化性能计算事件触发方式
- 将 event 函数替换为 Event::trigger 方法,以正确触发事件
- 添加 ->queue() 方法,将事件处理放入队列执行,提高性能
|
10 months ago |
liutong
|
6abe012553
|
refactor(niucloud): 优化 Statistics 控制器中的代码逻辑- 在 Statistics.php 文件中,添加了注释以解释 $role_key_arr 变量的处理过程- 使用 explode 函数将角色 key 的字符串转换为数组
-增加了对参数是否为空的判断,提高了代码的健壮性
|
10 months ago |
liutong
|
69315fe694
|
refactor(app): 重构市场人员统计功能
- 移除了未使用的 marketMy 方法
- 优化了 marketData 方法,支持不同角色的统计需求
- 添加了参数验证和角色权限检查
-生成模拟数据以满足前端展示需求
|
10 months ago |
liutong
|
f76bd01406
|
feat(api): 添加员工端统计相关接口和功能
- 新增 Statistics 控制器,实现市场和销售数据统计功能
- 添加市场和销售首页数据统计、销售数据页统计、个人中新页统计等接口
- 实现根据角色权限返回不同统计数据的逻辑
- 新增 StatisticsService 服务层,用于处理统计相关的业务逻辑
- 在路由文件中注册新增的统计相关路由
|
10 months ago |
李双庆
|
79afa5944d
|
接口
|
10 months ago |
liutong
|
3258d6071d
|
feat(customer-resources): 添加资源分享关联并优化查询
- 在 CustomerResources 模型中添加 resourceSharingHasMany 方法,实现一对多关联资源共享表
- 在 CustomerResourcesService 中使用 with 方法预加载资源分享关联数据
|
10 months ago |
liutong
|
73ddecc4dc
|
feat(customer-resources): 添加获取全部客户资源接口
- 新增 getAll 方法,用于获取全部客户资源数据- 在路由中添加 getAll 接口
- 实现 CustomerResourcesService 中的 getAll 方法
- 接口支持根据客户姓名查询,返回客户资源列表
|
10 months ago |
liutong
|
4d45881476
|
fix(login): 优化账号不存在时的错误处理
- 在查询员工信息后,增加对查询结果为空的检查
- 如果账号不存在,抛出 '账号不存在' 的异常
- 提升用户体验,明确提示错误原因
|
10 months ago |
liutong
|
a221698605
|
feat(api): 添加忘记密码功能- 在 Common 控制器中添加 forgetPassword 方法,用于重置密码
- 在路由文件中添加对应的 API 路由
- 在 CommonService 中实现 forgetPassword 方法,根据用户类型重置密码
- 支持学生和员工两种用户类型的密码重置
|
10 months ago |
liutong
|
94884d2274
|
refactor(CustomerResources): 优化时间参数处理
- 添加 promised_visit_time 和 optional_class_time 参数处理
- 将时间参数转换为 Y-m-d H:i:s 格式- 更新 customer_resources_data 和 six_speed_data 中的时间字段
|
10 months ago |
李双庆
|
5eb8c0b765
|
接口
|
10 months ago |
于宏哲PHP
|
9ba3e4dc7c
|
1
|
10 months ago |
于宏哲PHP
|
2174acedd3
|
1
|
10 months ago |
于宏哲PHP
|
ff30f9d930
|
1
|
10 months ago |
于宏哲PHP
|
4d3f1dfd19
|
1
|
10 months ago |
liutong
|
26c26e8d8d
|
feat(customer-resources): 添加一访二访功能并优化客户资源处理逻辑
- 在 CustomerResources 控制器中添加 first_visit_status 和 second_visit_status 字段
- 修改 CustomerResourcesService 服务,增加创建用户账号逻辑
- 优化 ResourceSharingService 中的数据处理方式
|
10 months ago |
liutong
|
0e7598f30a
|
feat(upload): 增加上传图片时携带额外参数的功能
- 在 Upload 控制器中添加了 Request 参数,以便获取所有请求数据
- 在 UploadService 服务中,增加了处理额外数据的参数- 更新了 ChatService 中的消息列表查询,加入了关联查询
-修正了 ChatFriends 模型中的关联关系命名
|
10 months ago |
王泽彦
|
cd0f73e306
|
修改bug
|
10 months ago |
王泽彦
|
ba7dd1407a
|
修改bug
|
10 months ago |
李双庆
|
abe3eb091b
|
接口
|
10 months ago |
王泽彦
|
2ea1f352f0
|
修改后台排课
|
10 months ago |
liutong
|
cb440ca228
|
feat(api): 添加聊天功能相关接口和业务逻辑
- 新增 Chat 控制器,实现聊天功能的各个接口
- 添加 ChatService服务层,处理聊天相关的业务逻辑
- 在路由文件中注册聊天相关的 API 路由
- 修改 ChatFriends 和 ChatMessages 模型,调整软删除字段名称
|
10 months ago |
于宏哲PHP
|
803cafda71
|
1
|
10 months ago |
于宏哲PHP
|
1dbd65e54b
|
1
|
10 months ago |
王泽彦
|
7a9e757b47
|
修改排课记录
|
10 months ago |
liutong
|
2976c07084
|
feat(model): 新增聊天好友和聊天记录模型
- 添加 ChatFriends 模型,用于员工与会员聊天好友关系
- 添加 ChatMessages 模型,用于员工与会员聊天记录
- 实现了软删除、搜索器等功能
|
10 months ago |
李双庆
|
a5991be296
|
接口
|
10 months ago |
李双庆
|
a2c1579e3e
|
接口
|
10 months ago |
liutong
|
da47230005
|
feat(api): 增加打卡范围限制功能
- 在 Attendance 控制器中添加了打卡范围验证逻辑
- 在 CommonService 中新增 isInCheckRange 方法,用于判断是否在打卡范围内
- 当用户签到或签退时,系统会检查其位置是否在指定校区的 1500 米范围内
- 如果超出范围,将返回错误提示信息
|
10 months ago |
liutong
|
84f4467781
|
feat(api): 新增员工考勤管理功能
- 添加员工考勤控制器、服务层和路由
- 实现考勤列表查询和编辑功能
- 增加考勤状态类型和状态名称属性
|
10 months ago |
王泽彦
|
bfb4ce611f
|
修改忽略文件
|
10 months ago |
王泽彦
|
7d704406cf
|
修改忽略文件
|
10 months ago |
王泽彦
|
7bde763d45
|
临时保存
|
10 months ago |
王泽彦
|
9851b599bc
|
添加容错
|
10 months ago |
王泽彦
|
92c9177f25
|
临时保存
|
10 months ago |
于宏哲PHP
|
e4e024daac
|
11
|
10 months ago |
于宏哲PHP
|
e0718d78dc
|
1
|
10 months ago |
于宏哲PHP
|
939e707791
|
1
|
10 months ago |
于宏哲PHP
|
932f6834c6
|
1
|
10 months ago |
于宏哲PHP
|
d29abf4f5e
|
1
|
10 months ago |
王泽彦
|
1e0a8d553c
|
新增回调路由和二维码回调方法
|
10 months ago |
王泽彦
|
3b7032d4b5
|
修改获取班级接口
|
10 months ago |
王泽彦
|
e1b4415d1c
|
临时保存
|
10 months ago |