Commit 22776506 authored by lanbaoming's avatar lanbaoming

2024-06-20-1提交

parent 15c948b7
......@@ -401,7 +401,8 @@ public class BoxMergePkgServiceImpl extends AbstractService<BoxMergePkgMapper, B
@Override
public BoxMergePkgDO getMergePkgInfoById(Long id) {
BoxMergePkgDO boxMergePkgDO = boxMergePkgMapper.selectById(id);
if (boxMergePkgDO.getSumVolume() == null) {
if (boxMergePkgDO.getSumVolume() == null||
boxMergePkgDO.getSumVolume().compareTo(new BigDecimal(0))==0) {
//lanbm 2024-06-20注释掉
boxMergePkgDO = boxMergePkgMapper.getMergePkgInfoById(id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment