注释获取订单号

This commit is contained in:
luoliming 2024-01-25 22:18:24 +08:00
parent 91885560ac
commit 6da9e80a76
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); this.getBaseMapper().bomRelease(state, SessionUtil.getUserName(), bomRowIds);
//同步sap //同步sap
// saySyncDEMO(); // saySyncDEMO();
// importSap(parent,allBom); // importSap(parent,allBom);
// //
} catch (Exception ex) { } catch (Exception ex) {
throw new NflgBusinessException(STATE.BusinessError, "发布Pbom失败" + ex.getMessage()); 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) { private void importSap(BomNewPbomParentEntity parent, List<BomNewPbomParentVO> children) {
Sap sap=new Sap(parent,children); Sap sap=new Sap(parent,children);