소스 검색

官网招聘省份修改

anderx 2 년 전
부모
커밋
92ae74f3a8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/kede/common/dao/RecruitmentMapper.java

+ 2 - 2
src/main/java/com/kede/common/dao/RecruitmentMapper.java

@@ -9,13 +9,13 @@ import org.apache.ibatis.annotations.Param;
 
 public interface RecruitmentMapper {
 
-    int deleteByPrimaryKey(Long id);
+    int deleteByPrimaryKey(Integer id);
 
     int insert(Recruitment record);
 
     int insertSelective(Recruitment record);
 
-    Recruitment selectByPrimaryKey(Long id);
+    Recruitment selectByPrimaryKey(Integer id);
 
     int updateByPrimaryKeySelective(Recruitment record);