mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-10 00:01:53 +08:00
[fix] 优化合同管理
This commit is contained in:
@@ -18,6 +18,7 @@ import java.time.LocalDateTime;
|
||||
import java.time.LocalDateTime;
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import cn.iocoder.yudao.framework.mybatis.core.dataobject.BaseDO;
|
||||
import org.glassfish.jaxb.core.v2.TODO;
|
||||
|
||||
/**
|
||||
* 项目跟踪信息 DO
|
||||
|
@@ -57,7 +57,7 @@ public class ProjectTrackingServiceImpl implements ProjectTrackingService {
|
||||
|
||||
private void validateProjectTrackingExists(Long id) {
|
||||
if (projectTrackingMapper.selectById(id) == null) {
|
||||
throw exception(PROJECT_TRACKING_NOT_EXISTS);
|
||||
throw exception(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user