mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
新需求改造无法延期问题修复
This commit is contained in:
-1
@@ -68,7 +68,6 @@ public class ProductDelayServiceImpl implements ProductDelayService {
|
|||||||
|
|
||||||
// 校验产品和定价规则
|
// 校验产品和定价规则
|
||||||
productsDetailService.validateProductExist(purchaseRecordDO.getProductId());
|
productsDetailService.validateProductExist(purchaseRecordDO.getProductId());
|
||||||
productsDetailService.validateProductDetailsExists(purchaseRecordDO.getProductDetailsId());
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询是否有前序的延期记录:
|
* 查询是否有前序的延期记录:
|
||||||
|
|||||||
Reference in New Issue
Block a user