yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/service/pd/ctc/ProductCtcServiceImpl.java
@@ -9,6 +9,7 @@ import cn.iocoder.yudao.module.mes.service.pd.reel.ProductCtcReelService; import jakarta.annotation.Resource; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.validation.annotation.Validated; import java.math.BigDecimal; @@ -62,6 +63,7 @@ } @Override @Transactional(rollbackFor = Exception.class) public void deleteCtc(Long id) { // 校验存在 validateCtcExists(id);