Merge remote-tracking branch 'origin/feature/DM/nflg-bom' into feature/DM/nflg-bom
This commit is contained in:
commit
f7a261dbab
|
|
@ -9,9 +9,10 @@ public class OpMBomImortSap {
|
|||
|
||||
public ImportSapParamDTO buildSap(){
|
||||
ImportSapParamDTO result=new ImportSapParamDTO();
|
||||
result.setZID(parent.getRowId().toString());
|
||||
result.setI_WERKS(parent.getFacCode());
|
||||
// result.setZID(parent.getRowId().toString());
|
||||
// result.setI_WERKS(parent.getFacCode());
|
||||
result.setI_STLAN(BomConstant.SAP_YDBOM);
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue