限价修改bug修改

This commit is contained in:
2025-08-28 14:33:37 +08:00
parent e6f37662b0
commit 936145138e

View File

@ -155,7 +155,7 @@ public class BusBillofquantitiesLimitListServiceImpl extends ServiceImpl<BusBill
list.add(update);
}
if (list.isEmpty()) {
return false;
throw new ServiceException("无修改内容");
}
return baseMapper.updateBatchByIdByNull(list);
}