Merge branch '0.8.X' of https://gitee.com/hdka/klp-oa into 0.8.X

This commit is contained in:
砂糖
2025-12-11 10:43:01 +08:00

View File

@@ -149,7 +149,7 @@ public class WmsDeliveryPlanServiceImpl implements IWmsDeliveryPlanService {
);
if (count > 0) {
throw new ServiceException("发货计划下存在收货计划明细,无法删除");
throw new ServiceException("计划下存在明细,无法删除");
}
}
}