更改日志类
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.cool.store.mapper;
|
||||
|
||||
import com.cool.store.entity.HyInterviewInspectionLog;
|
||||
import com.cool.store.vo.interview.InterviewInspectionHistoryInfo;
|
||||
import com.cool.store.entity.HyInterviewInspectionLogDO;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
@@ -20,7 +19,6 @@ public interface HyInterviewInspectionLogMapper {
|
||||
|
||||
int updateByPrimaryKeySelective(HyInterviewInspectionLogDO record);
|
||||
|
||||
int updateByPrimaryKey(HyInterviewInspectionLog record);
|
||||
|
||||
List<InterviewInspectionHistoryInfo> interviewInspectionGetHistoryDetail(@Param("inspectionId") Long id);
|
||||
int updateByPrimaryKey(HyInterviewInspectionLogDO record);
|
||||
|
||||
@@ -5,8 +5,6 @@ import cn.hutool.core.util.ObjectUtil;
|
||||
import com.cool.store.context.CurrentUserHolder;
|
||||
import com.cool.store.dto.inspection.interview.InspectionRevocationDTO;
|
||||
import com.cool.store.dto.inspection.interview.InspectionSubmissionDTO;
|
||||
import com.cool.store.entity.HyInspection;
|
||||
import com.cool.store.entity.HyInterviewInspectionLog;
|
||||
import com.cool.store.entity.MDMAreaDO;
|
||||
import com.cool.store.entity.SysMenuDO;
|
||||
import com.cool.store.entity.HyInspectionDO;
|
||||
|
||||
Reference in New Issue
Block a user