lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/impl/ProductInfoServiceImpl.java
@@ -164,8 +164,8 @@ boolean b = super.updateById(productInfo); //同步修改结构树 ProductMix productMix = productMixService.getById(Long.parseLong(id)); productMix.setName(productInfo.getProductName()); productMix.setCode(productInfo.getProductNo()); productMix.setTreeName(productInfo.getProductName()); productMix.setTreeCode(productInfo.getProductNo()); productMixService.updateById(productMix); if (!b) return false;