Commit Graph

4 Commits

Author SHA1 Message Date
64d1d4683b feat(mapper): 添加根据操作ID和删除标志查询功能
- 在WmsCoilPendingActionMapper接口中新增selectByActionIdAndDelFlag方法
- 在WmsCoilPendingActionMapper.xml中添加对应的SQL查询语句
- 修改WmsCoilPendingActionServiceImpl中的查询逻辑使用新方法
- 移除原有的QueryWrapper查询方式并导入UpdateWrapper依赖
2026-03-12 17:24:14 +08:00
e589bb6496 feat(mapper): 添加删除标志更新功能到WmsCoilPendingActionMapper
- 新增updateDelFlag方法用于直接更新删除标志
- 绕过@TableLogic注解限制实现逻辑删除
- 添加方法参数验证和返回值定义
- 完善JavaDoc注释说明方法
2026-03-12 16:51:54 +08:00
1a5eadd99e feat(wms): 新增钢卷待操作联查
- 在WmsCoilPendingActionMapper中添加selectVoPagePlus方法支持自定义查询
- 在WmsCoilPendingActionMapper.xml中实现selectVoPagePlus的SQL映射逻辑
- 修改WmsCoilPendingActionServiceImpl中的queryPageList方法以使用新的查询方式
- 新增buildQueryWrapperPlus方法构建更复杂的查询条件
- 在WmsCoilPendingActionVo中增加enterCoilNo、supplierCoilNo、itemId和itemType字段用于展示更多信息
2025-11-18 14:44:52 +08:00
ffbe9e181a 添加web的合卷分卷合并操作 2025-11-03 17:03:03 +08:00