This commit is contained in:
PQZ 2025-06-30 16:07:02 +08:00
parent 28e8e60aa4
commit ba81f4eef7

View File

@ -135,7 +135,6 @@ public class BusiCategoryServiceImpl extends ServiceImpl<BusiCategoryMapper, Bus
}
Integer currentProdsJunior = (node.getProdsJunior() != null) ? node.getProdsJunior() : 0;
node.setProdsAll(sum + currentProdsJunior);
;
return node.getProdsAll();
}