feat(wms): 完善钢卷操作完成接口功能

- 在completeAction方法中添加newCoilIds参数支持
- 修改updateByBo方法返回值为String类型,支持返回新钢卷ID
- 添加分卷时返回逗号分隔的ID字符串,合卷时返回单个ID的功能
- 在操作完成时记录processedCoilIds信息
- 优化异常处理和返回值验证逻辑
This commit is contained in:
2026-04-15 14:31:27 +08:00
parent 671a7e129f
commit 31648431c8
5 changed files with 61 additions and 45 deletions

View File

@@ -67,7 +67,7 @@ public interface IWmsCoilPendingActionService {
/**
* 完成操作
*/
Boolean completeAction(Long actionId);
Boolean completeAction(Long actionId, String newCoilIds);
/**
* 取消操作