曹鹏飞
|
dfa793fcff
|
refactor(quotation): 将“报价对象”统一修改为“报价主体”
- 统一替换代码注释中的“报价对象”为“报价主体”
- 同步更新验证提示信息中的“报价对象”为“报价主体”
- 统一调整接口返回和请求参数描述为“报价主体”
- 确保相关实体类及请求VO中字段注释一致性
- 修改购物车和订单相关提示消息中的“报价对象”为“报价主体”
|
2026-05-13 14:35:14 +08:00 |
曹鹏飞
|
35bd3b4767
|
feat(dto): 添加区域报价编码字段注释
- 在 BaseAreaEditDTO 中新增 areaQuoteCode 字段
- 添加字段非空校验注解@NotBlank
- 补充字段的JavaDoc注释,说明其含义为区域报价编码
|
2026-05-13 11:44:00 +08:00 |
曹鹏飞
|
6acd9f8a52
|
feat(appUser): 优化代理商报价代码生成逻辑并支持Redis缓存
- 使用Redis缓存报价代码索引,提升报价代码生成性能
- 替换原有序列号生成服务,改用Redis自增策略生成报价代码
- 在编辑客户时,新增根据配置自动生成所属代理商报价代码功能
- 添加初始化APP用户报价代码接口,支持批量生成报价代码
- 修正代码格式及部分逻辑细节,提高代码可读性和维护性
- 在CustomerController中增加事务管理及日志记录功能
|
2026-05-13 11:34:29 +08:00 |
曹鹏飞
|
b8ca2a9905
|
feat(serial-number): 添加乐观锁支持及初始化报价代码接口
- 在AdminBaseSerialNumber实体中添加@Version注解实现乐观锁
- 在MybatisPlus配置中加入OptimisticLockerInnerInterceptor支持乐观锁插件
- 修正AdminBaseSerialNumberServiceImpl中序列号生成逻辑,避免逻辑遗漏
- TestController新增接口initAdminUserQuotationCode,批量初始化内部用户报价代码字段
- 新增日志记录生成的报价代码,确保数据初始化过程可追踪
- 引入相关服务依赖,完善测试控制器注入与调用逻辑
|
2026-05-13 10:07:34 +08:00 |
曹鹏飞
|
9cceef75bb
|
fix(app): 统一修改提示信息为“请联系管理员为您开放权限”
- 将AppRatioAgentConfigController中所有涉及权限提示的消息由“请联系管理员为你设置”修改为“请联系管理员为您开放权限”
- PlanController中为setDefaultRatio接口添加@Min(1)参数校验,确保传入系数不小于1
- ShoppingController中修改权限相关提示信息,统一为“请联系管理员为您开放权限”
- 优化用户权限提示语句,提升用户体验和表述一致性
|
2026-05-13 09:01:03 +08:00 |
10002617
|
3d3e429cf9
|
1440 APP端,客户端工单,移动破工单,工服工单中需要增加未读聊天消息的角标提示
|
2026-04-23 17:04:50 +08:00 |
10002617
|
a48076491c
|
1432-新增删除工单的功能
|
2026-04-16 09:10:16 +08:00 |
曹鹏飞
|
5e0ce0adef
|
Merge remote-tracking branch '南方路机/test' into test
|
2026-04-15 13:42:58 +08:00 |
曹鹏飞
|
fbe2529922
|
Merge branch 'prod/20260407' into test
|
2026-04-15 13:39:11 +08:00 |
曹鹏飞
|
6c188b1863
|
【优化】添加多语言支持
|
2026-04-15 13:38:48 +08:00 |
10002617
|
3f691cee9b
|
1432-新增删除工单的功能
|
2026-04-14 11:25:04 +08:00 |
曹鹏飞
|
f5c69fc980
|
Merge branch 'prod/20260414' into test
|
2026-04-14 10:48:41 +08:00 |
曹鹏飞
|
dea4733d24
|
【修复】修复派工单定时任务状态判断逻辑
|
2026-04-14 10:48:20 +08:00 |
10002617
|
7869e98bcf
|
1432-新增删除工单的功能
|
2026-04-14 09:51:20 +08:00 |
曹鹏飞
|
364223ca89
|
Merge branch 'prod/20260407' into test
# Conflicts:
# nflg-mobilebroken-admin/src/main/java/com/nflg/mobilebroken/admin/controller/DictionaryController.java
|
2026-04-13 16:23:46 +08:00 |
曹鹏飞
|
65eb449fea
|
【优化】添加多语言支持
|
2026-04-13 16:21:54 +08:00 |
曹鹏飞
|
2e9fb96df6
|
Merge branch 'prod/20260407' into test
# Conflicts:
# nflg-mobilebroken-admin/src/main/java/com/nflg/mobilebroken/admin/controller/DictionaryController.java
|
2026-04-13 15:58:05 +08:00 |
曹鹏飞
|
7831ffaeeb
|
【优化】添加多语言支持
|
2026-04-13 15:55:07 +08:00 |
曹鹏飞
|
43802ccc97
|
Merge branch 'prod/20260407' into test
|
2026-04-13 14:27:22 +08:00 |
曹鹏飞
|
e914cd27a8
|
【优化】添加多语言支持
|
2026-04-13 14:26:43 +08:00 |
曹鹏飞
|
040a03cc90
|
Merge branch 'prod/20260407' into test
|
2026-04-13 14:09:36 +08:00 |
曹鹏飞
|
d1df308dda
|
【优化】添加多语言支持
|
2026-04-13 14:08:17 +08:00 |
曹鹏飞
|
e31e8f9790
|
Merge branch 'prod/20260407' into test
|
2026-04-13 11:28:27 +08:00 |
曹鹏飞
|
5a1e9a1dda
|
【优化】添加多语言支持
|
2026-04-13 11:27:32 +08:00 |
曹鹏飞
|
d39d05be51
|
Merge branch 'prod/20260407' into test
|
2026-04-13 11:02:58 +08:00 |
曹鹏飞
|
08b0eb40e5
|
【优化】添加多语言支持
|
2026-04-13 11:01:54 +08:00 |
曹鹏飞
|
b7e9df3c12
|
【优化】添加多语言支持
|
2026-04-13 09:39:28 +08:00 |
曹鹏飞
|
bb48c81146
|
Merge branch 'prod/20260407' into test
|
2026-04-13 08:41:44 +08:00 |
曹鹏飞
|
23e1f093c8
|
【优化】添加多语言支持
|
2026-04-13 08:41:01 +08:00 |
曹鹏飞
|
e54fab1f81
|
Merge branch 'prod/20260407' into test
|
2026-04-11 10:11:59 +08:00 |
曹鹏飞
|
7e653786f8
|
【优化】添加多语言支持
|
2026-04-11 10:11:04 +08:00 |
曹鹏飞
|
0925588ad6
|
Merge branch 'prod/20260407' into test
|
2026-04-11 09:42:28 +08:00 |
曹鹏飞
|
358bd93a6a
|
【优化】添加多语言支持
|
2026-04-11 09:41:12 +08:00 |
曹鹏飞
|
f288e69162
|
Merge branch 'prod/20260407' into test
|
2026-04-11 09:12:11 +08:00 |
曹鹏飞
|
7b0aa46e25
|
【优化】添加多语言支持
|
2026-04-11 09:11:20 +08:00 |
曹鹏飞
|
1d8f594bf4
|
Merge branch 'prod/20260407' into test
|
2026-04-11 08:53:04 +08:00 |
曹鹏飞
|
31ecde7cde
|
【优化】添加多语言支持
|
2026-04-11 08:52:23 +08:00 |
曹鹏飞
|
d05aa4a91c
|
Merge branch 'prod/20260407' into test
|
2026-04-11 08:48:17 +08:00 |
曹鹏飞
|
4abd7f41bb
|
【优化】添加多语言支持
|
2026-04-11 08:46:48 +08:00 |
曹鹏飞
|
e7398d4da4
|
Merge branch 'feature/quotation' into test
|
2026-04-10 14:32:04 +08:00 |
曹鹏飞
|
a97e80f857
|
【修复】审核代理商子账号不需要部门id
|
2026-04-10 14:30:56 +08:00 |
曹鹏飞
|
6edfdb2792
|
Merge branch 'prod/20260407' into test
|
2026-04-10 13:44:14 +08:00 |
曹鹏飞
|
74ea854b2f
|
【优化】添加多语言支持
|
2026-04-10 13:43:28 +08:00 |
曹鹏飞
|
9c12b434c5
|
Merge branch 'prod/20260407' into test
|
2026-04-10 10:58:44 +08:00 |
曹鹏飞
|
fde5a14982
|
【优化】添加多语言支持
|
2026-04-10 10:56:44 +08:00 |
曹鹏飞
|
fc1de7c28f
|
Merge branch 'prod/20260407' into test
|
2026-04-09 19:18:33 +08:00 |
曹鹏飞
|
e35a9051d2
|
【优化】添加多语言支持
|
2026-04-09 19:17:41 +08:00 |
曹鹏飞
|
d5c2c18af7
|
Merge branch 'prod/20260407' into test
|
2026-04-09 19:00:55 +08:00 |
曹鹏飞
|
32f37cd08e
|
【优化】添加多语言支持
|
2026-04-09 18:59:57 +08:00 |
曹鹏飞
|
846efe55bc
|
Merge branch 'prod/20260407' into test
|
2026-04-09 17:30:32 +08:00 |