|
@@ -132,6 +132,7 @@ public class Inc10100Controller extends BaseController {
|
|
|
old.setSpecification(l.getSpec());
|
|
|
old.setDrawingNumber(l.getDraw());
|
|
|
old.setCompanyAlias(l.getKhjc());
|
|
|
+ old.setMaterialNum(l.getKhpart());
|
|
|
old.setCompanyCode(l.getCust());
|
|
|
old.setDescription(l.getDescr());
|
|
|
old.setProductionTenantId(l.getSfacno() != null ? Long.parseLong(l.getSfacno()) : null);
|
|
@@ -175,6 +176,7 @@ public class Inc10100Controller extends BaseController {
|
|
|
// 新产品
|
|
|
BizProduct newProduct = new BizProduct();
|
|
|
newProduct.setProductCode(l.getPart());
|
|
|
+ newProduct.setMaterialNum(l.getKhpart());
|
|
|
newProduct.setPreStock(l.getPrloc());
|
|
|
newProduct.setType(l.getType());
|
|
|
newProduct.setShaftBroadCategoryCode(l.getDtype());
|