add:增加手持装箱接口

This commit is contained in:
2024-07-31 18:53:02 +08:00
parent f97bffd478
commit eb085ca093
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ public class PdmBiSubpackagerelationDto implements Serializable {
* 木箱料号
*/
private String box_type;
/**
* SAP批次
*/

View File

@@ -225,6 +225,7 @@ public class PdmBiSubpackagerelationServiceImpl extends ServiceImpl<PdmBiSubpack
}
}
// 调用方法获取木箱料号:输入:子卷号、输出:木箱信息
r.setBox_type("");
PdmBiOrderbominfo bomInfoDao = iPdmBiOrderbominfoService.getBiOrderbominfoByContainer(r.getContainer_name());
if (ObjectUtil.isNotEmpty(bomInfoDao)) {
r.setBox_type(bomInfoDao.getProductName());