feat(wms): 完善钢卷操作完成接口功能
- 在completeAction方法中添加newCoilIds参数支持 - 修改updateByBo方法返回值为String类型,支持返回新钢卷ID - 添加分卷时返回逗号分隔的ID字符串,合卷时返回单个ID的功能 - 在操作完成时记录processedCoilIds信息 - 优化异常处理和返回值验证逻辑
This commit is contained in:
@@ -67,7 +67,7 @@ public interface IWmsCoilPendingActionService {
|
||||
/**
|
||||
* 完成操作
|
||||
*/
|
||||
Boolean completeAction(Long actionId);
|
||||
Boolean completeAction(Long actionId, String newCoilIds);
|
||||
|
||||
/**
|
||||
* 取消操作
|
||||
|
||||
Reference in New Issue
Block a user