wms/nflg-wms-repository
曹鹏飞 29b9cad2d0 feat(out-assistance): 添加物料号搜索和ID过滤功能
- 在OutAssistanceSearchQO中新增matnr物料号字段和ids列表字段
- 添加@JsonIgnore注解忽略ids字段的序列化
- 在WmsOutAssistanceMapper.xml中实现ids条件查询逻辑
- 当ids为空时设置条件为false,非空时进行in查询
- 在WmsOutAssistanceServiceImpl中实现物料号搜索功能
- 通过物料号关联查询对应的订单ID列表进行过滤
- 使用StrUtil工具类进行字符串非空判断
2026-03-27 16:57:10 +08:00
..
src feat(out-assistance): 添加物料号搜索和ID过滤功能 2026-03-27 16:57:10 +08:00
pom.xml feat(inventory): 添加库存锁定检查功能 2026-03-23 16:12:50 +08:00