Merge branch 'feature/DM/nflg-bom' of http://112.74.186.154:3000/nflj/nflg_project into feature/DM/nflg-bom

This commit is contained in:
jing's 2024-01-25 22:57:19 +08:00
commit be45b8e310
1 changed files with 1 additions and 2 deletions

View File

@ -822,7 +822,7 @@ public class BomNewPbomParentService extends ServiceImpl<BomNewPbomParentMapper,
this.getBaseMapper().bomRelease(state, SessionUtil.getUserName(), bomRowIds);
//同步sap
// saySyncDEMO();
// importSap(parent,allBom);
// importSap(parent,allBom);
//
} catch (Exception ex) {
throw new NflgBusinessException(STATE.BusinessError, "发布Pbom失败" + ex.getMessage());
@ -833,7 +833,6 @@ public class BomNewPbomParentService extends ServiceImpl<BomNewPbomParentMapper,
@Deprecated
private void importSap(BomNewPbomParentEntity parent, List<BomNewPbomParentVO> children) {
Sap sap=new Sap(parent,children);