Joshi
cd5bca19f6
refactor(wms): 优化钢卷不匹配数据查询逻辑
- 在WmsMaterialCoilMapper中新增selectMismatchedItemCoils方法用于查询itemId和itemType不匹配的钢卷
- 在WmsMaterialCoilMapper.xml中添加对应的SQL查询语句,使用子查询直接筛选不匹配的数据
- 重构WmsMaterialCoilServiceImpl中的queryMismatchedItemCoils方法,改用SQL子查询替代原来的多次数据库查询
- 移除原有的批量验证逻辑,直接通过数据库层面进行数据校验
- 优化性能,减少不必要的数据库访问次数
- 使用批量填充方式处理关联对象信息
2026-04-08 14:18:59 +08:00
..
2026-04-08 14:18:59 +08:00
2025-08-02 15:49:57 +08:00
2025-08-04 10:18:17 +08:00
2025-08-13 10:33:03 +08:00
2026-03-12 17:05:22 +08:00
2026-03-14 18:39:19 +08:00
2026-03-14 18:39:19 +08:00
2026-03-19 15:30:28 +08:00
2026-03-11 15:52:28 +08:00
2025-08-15 11:25:48 +08:00
2025-07-29 13:27:23 +08:00
2025-07-29 13:35:41 +08:00
2025-08-07 16:49:13 +08:00
2025-07-18 10:12:48 +08:00
2025-12-04 14:43:34 +08:00
2026-03-23 10:10:36 +08:00
2026-03-23 10:39:50 +08:00
2026-03-25 14:36:53 +08:00
2026-03-10 16:50:08 +08:00
2026-03-24 10:35:57 +08:00
2025-08-12 11:54:03 +08:00
2026-01-27 16:54:46 +08:00
2025-12-03 10:32:06 +08:00
2025-08-12 14:46:08 +08:00
2025-12-17 13:58:04 +08:00
2026-01-29 09:35:25 +08:00
2025-12-12 10:38:55 +08:00
2026-04-03 13:48:54 +08:00
2026-01-28 10:10:10 +08:00
2026-03-02 14:41:43 +08:00
2026-03-18 10:53:14 +08:00
2026-03-03 09:11:24 +08:00
2026-03-18 11:03:43 +08:00
2025-08-11 18:06:37 +08:00
2025-08-11 18:06:37 +08:00
2025-08-13 16:05:35 +08:00
2026-03-17 09:23:28 +08:00
2026-03-14 18:39:19 +08:00
2026-03-14 18:39:19 +08:00
2025-09-10 14:46:49 +08:00
2025-08-13 10:33:03 +08:00
2025-08-13 15:34:09 +08:00
2026-01-19 10:16:00 +08:00
2025-08-25 15:26:39 +08:00
2026-04-08 13:55:54 +08:00
2026-01-17 10:36:24 +08:00
2025-07-18 11:40:29 +08:00
2025-08-13 10:33:03 +08:00
2025-08-13 16:02:35 +08:00
2025-09-26 14:21:14 +08:00
2026-01-20 13:48:07 +08:00
2025-08-13 16:02:35 +08:00
2025-08-14 13:52:08 +08:00
2025-08-14 13:52:08 +08:00
2025-07-18 10:12:48 +08:00
2025-08-26 14:30:50 +08:00
2025-08-14 13:52:08 +08:00
2025-07-26 11:16:29 +08:00
2025-10-31 15:57:48 +08:00
2025-08-26 14:30:50 +08:00
2025-08-26 14:30:50 +08:00
2026-03-03 15:24:50 +08:00
2025-08-13 16:02:35 +08:00
2025-08-11 18:06:37 +08:00
2026-03-25 16:23:39 +08:00
2025-08-11 18:06:37 +08:00
2025-08-02 16:40:16 +08:00
2025-07-18 10:12:48 +08:00
2025-07-18 10:12:48 +08:00
2026-03-18 16:23:54 +08:00
2025-11-03 17:06:17 +08:00
2025-08-12 11:54:03 +08:00
2026-03-27 17:13:45 +08:00
2026-03-27 16:15:17 +08:00
2025-07-18 10:12:48 +08:00