Merge remote-tracking branch 'origin/main'

This commit is contained in:
gaoqr
2025-03-12 10:45:05 +08:00
@@ -994,7 +994,7 @@ public class PlanServiceImpl implements PlanService {
for (Long planId : planIds) {
PlanDO planDO = planMapper.selectById(planId);
if(ObjectUtils.isEmpty(planDO)){
throw exception(PLAN_NOT_DATA_EXISTS,planDO.getId());
throw exception(PLAN_NOT_DATA_EXISTS,planId);
}
planDOS.add(planDO);
}