于宏哲PHP
|
ca0f71588a
|
1
|
10 months ago |
liutong
|
f5ad994e1d
|
refactor(CustomerResourcesAuth): 移除未使用的代码
- 删除了 forgetPassword、getConfig 和 getMiniWxOpenId 三个未使用的方法
- 移除了未使用的 CommonService 类的引用
|
10 months ago |
liutong
|
99ba3e82fc
|
feat(api): 添加学生用户端相关接口
- 新增 CustomerResourcesAuth 控制器,实现学生登录、忘记密码、获取配置信息等功能- 更新路由配置,添加学生用户端相关路由
- 修改 CommonService 中的 forgetPassword 方法,支持学生用户重置密码
|
10 months ago |
于宏哲PHP
|
72682313b0
|
1
|
10 months ago |
于宏哲PHP
|
cf0f98b5e5
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# admin/src/app/views/school_approval/config/index.vue
|
10 months ago |
于宏哲PHP
|
6ceb6d8f03
|
1
|
10 months ago |
王泽彦
|
ba11493793
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
10 months ago |
王泽彦
|
71137012a9
|
修改bug
|
10 months ago |
王泽彦
|
4588ea879b
|
修改流程申请审核管理的bug
|
10 months ago |
liutong
|
40042029da
|
Merge remote-tracking branch 'origin/master'
|
10 months ago |
王泽彦
|
266316d476
|
修改流程管理的bug
|
10 months ago |
liutong
|
982c6e06d3
|
feat(common): 添加获取配置信息和微信小程序 openid 功能
- 新增 getConfig 方法,用于获取指定配置项的信息
- 新增 getMiniWxOpenId 方法,用于获取微信小程序用户的 openid
- 在路由文件中添加对应的 API 路由
|
10 months ago |
于宏哲PHP
|
bbaddb04ca
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
# Conflicts:
# niucloud/app/common.php
|
10 months ago |
于宏哲PHP
|
dba00d206f
|
1
|
10 months ago |
王泽彦
|
fc6db6110c
|
身高体重评分
|
10 months ago |
王泽彦
|
6206546617
|
修改没有使用的依赖
|
10 months ago |
王泽彦
|
66730f9a68
|
Merge branch 'wangzeyan'
|
10 months ago |
王泽彦
|
07f334e24e
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
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
|
b3c6c68d1e
|
Merge remote-tracking branch 'origin/master'
|
10 months ago |
liutong
|
f76bd01406
|
feat(api): 添加员工端统计相关接口和功能
- 新增 Statistics 控制器,实现市场和销售数据统计功能
- 添加市场和销售首页数据统计、销售数据页统计、个人中新页统计等接口
- 实现根据角色权限返回不同统计数据的逻辑
- 新增 StatisticsService 服务层,用于处理统计相关的业务逻辑
- 在路由文件中注册新增的统计相关路由
|
10 months ago |
李双庆
|
287c7cb3c1
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
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 |
李双庆
|
59810e6996
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
10 months ago |
李双庆
|
5eb8c0b765
|
接口
|
10 months ago |
于宏哲PHP
|
9ba3e4dc7c
|
1
|
10 months ago |
于宏哲PHP
|
2174acedd3
|
1
|
10 months ago |
王泽彦
|
ef77b7c436
|
处理冲突
|
10 months ago |
王泽彦
|
e384a3acc0
|
临时保存
|
10 months ago |
于宏哲PHP
|
708d33efe5
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
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
|
5a99ff0d37
|
Merge remote-tracking branch 'origin/master'
|
10 months ago |
liutong
|
0e7598f30a
|
feat(upload): 增加上传图片时携带额外参数的功能
- 在 Upload 控制器中添加了 Request 参数,以便获取所有请求数据
- 在 UploadService 服务中,增加了处理额外数据的参数- 更新了 ChatService 中的消息列表查询,加入了关联查询
-修正了 ChatFriends 模型中的关联关系命名
|
10 months ago |
王泽彦
|
cd0f73e306
|
修改bug
|
10 months ago |
王泽彦
|
9d71fbd748
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
10 months ago |
王泽彦
|
ba7dd1407a
|
修改bug
|
10 months ago |
李双庆
|
4d63d007b3
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
10 months ago |
李双庆
|
abe3eb091b
|
接口
|
10 months ago |
王泽彦
|
01d7079c3a
|
Merge branch 'master' into wangzeyan
|
10 months ago |