Commit 4a10d8c0 authored by liuzeheng's avatar liuzeheng

修改提示

parent fb9b9ce4
......@@ -105,7 +105,7 @@ public class BoxPkgOrderServiceImpl extends AbstractService<BoxPkgOrderMapper, B
String orderNumber = orderNumCode.substring(0, position);
if(orderNumCode.contains("A") && orderNumCode.startsWith("A")){
this.scanCodeByOrderNo(orderNumCode,vo,createReqVO);
return this.scanCodeByOrderNo(orderNumCode,vo,createReqVO);
}
BoxMergePkgDO boxMergePkgDO = boxMergePkgService.selectOne(new LambdaQueryWrapper<BoxMergePkgDO>()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment