1
This commit is contained in:
parent
28e8e60aa4
commit
ba81f4eef7
@ -135,7 +135,6 @@ public class BusiCategoryServiceImpl extends ServiceImpl<BusiCategoryMapper, Bus
|
|||||||
}
|
}
|
||||||
Integer currentProdsJunior = (node.getProdsJunior() != null) ? node.getProdsJunior() : 0;
|
Integer currentProdsJunior = (node.getProdsJunior() != null) ? node.getProdsJunior() : 0;
|
||||||
node.setProdsAll(sum + currentProdsJunior);
|
node.setProdsAll(sum + currentProdsJunior);
|
||||||
;
|
|
||||||
return node.getProdsAll();
|
return node.getProdsAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user