Browse Source
feat(notify): 优化物料列表查询功能
feat(notify): 优化物料列表查询功能
- 在SOIssueNotifyOrderMaterialList实体中新增partNo、partQuery、partDesc、lotSize字段 - 添加isInWh和availableQty字段用于库存状态管理 - 实现PartAttributeAware接口以支持零件属性查询 - 优化partQuery字段赋值逻辑,优先使用componentPartNo作为查询条件 - 集成partAttributeUtil工具批量填充isInWh和availableQty字段 - 移除调试相关的System.out.println代码master
2 changed files with 68 additions and 2 deletions
-
27src/main/java/com/gaotao/modules/notify/controller/IssureNotifyController.java
-
43src/main/java/com/gaotao/modules/notify/entity/SOIssueNotifyOrderMaterialList.java
Write
Preview
Loading…
Cancel
Save
Reference in new issue