订单明细删除校验
This commit is contained in:
@@ -68,6 +68,8 @@ public class PrchOrdDtlServiceImpl implements PrchOrdDtlService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void deletePrchOrdDtlListByIds(List<Long> ids) {
|
public void deletePrchOrdDtlListByIds(List<Long> ids) {
|
||||||
|
//校验是否可以删除
|
||||||
|
|
||||||
// 校验存在
|
// 校验存在
|
||||||
validatePrchOrdDtlExists(ids);
|
validatePrchOrdDtlExists(ids);
|
||||||
// 删除
|
// 删除
|
||||||
|
|||||||
Reference in New Issue
Block a user