|
@@ -56,6 +56,8 @@ public class BomServiceImpl extends CommonBaseServiceImpl<BomMapper, Bom> implem
|
|
|
// String code = pushMaxnubmer(bom.getBo_mothercode(), bom.getId());
|
|
// String code = pushMaxnubmer(bom.getBo_mothercode(), bom.getId());
|
|
|
String code = bom.getBo_mothercode();
|
|
String code = bom.getBo_mothercode();
|
|
|
bom.setBo_mothercode(code);
|
|
bom.setBo_mothercode(code);
|
|
|
|
|
+ bom.setBo_statuscode(Status.ENABLE.name());
|
|
|
|
|
+ bom.setBo_status(Status.ENABLE.getDisplay());
|
|
|
bom.setCompanyId(companyId);
|
|
bom.setCompanyId(companyId);
|
|
|
bom.setCreatorId(userId);
|
|
bom.setCreatorId(userId);
|
|
|
bom.setCreatorName(userName);
|
|
bom.setCreatorName(userName);
|