1438 发货管理-基础信息-老鼠图页面添加导入导出功能
This commit is contained in:
parent
e85cecae55
commit
907dc774cf
|
|
@ -82,7 +82,7 @@ public class ShipmentMaterialZipImportProcessor implements BasicProcessor {
|
|||
.orderByDesc(WmsShipmentMaterial::getId)
|
||||
.last("LIMIT 1")
|
||||
.one();
|
||||
if (Objects.isNull(old) || StrUtil.isNotBlank(old.getImage())) {
|
||||
if (Objects.isNull(old)) {
|
||||
omsLogger.info("添加老鼠图");
|
||||
WmsShipmentMaterial material = new WmsShipmentMaterial()
|
||||
.setNo(bomMaterialDTO.getMaterialNo())
|
||||
|
|
|
|||
Loading…
Reference in New Issue