Commit 8f9eac61 authored by maqing's avatar maqing

打卡

parent 9c0fe29c
...@@ -7,7 +7,6 @@ import com.hungraim.ltc.pojo.entity.SysConfig.ChCfgSrvOrganType; ...@@ -7,7 +7,6 @@ import com.hungraim.ltc.pojo.entity.SysConfig.ChCfgSrvOrganType;
import com.hungraim.ltc.pojo.entity.SysConfig.ChFndSrvOrganLevel; import com.hungraim.ltc.pojo.entity.SysConfig.ChFndSrvOrganLevel;
import com.hungraim.ltc.pojo.entity.disable.ChCfgSrvEmpCate; import com.hungraim.ltc.pojo.entity.disable.ChCfgSrvEmpCate;
import com.hungraim.ltc.pojo.entity.disable.ChCfgSrvEmpType; import com.hungraim.ltc.pojo.entity.disable.ChCfgSrvEmpType;
import com.hungraim.ltc.pojo.entity.serviceManage.ChSrvTaskDetail;
import com.hungraim.ltc.pojo.vo.disable.ChSrvTaskDetailVo; import com.hungraim.ltc.pojo.vo.disable.ChSrvTaskDetailVo;
import com.hungraim.ltc.pojo.vo.disable.SrvOrganEmpListVo; import com.hungraim.ltc.pojo.vo.disable.SrvOrganEmpListVo;
import com.hungraim.ltc.pojo.vo.disable.SrvOrganEmpVo; import com.hungraim.ltc.pojo.vo.disable.SrvOrganEmpVo;
...@@ -26,7 +25,6 @@ import org.apache.poi.ss.usermodel.Workbook; ...@@ -26,7 +25,6 @@ import org.apache.poi.ss.usermodel.Workbook;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
import java.net.URLEncoder;
import java.util.List; import java.util.List;
@RestController @RestController
...@@ -43,9 +41,6 @@ public class SrvOrganController { ...@@ -43,9 +41,6 @@ public class SrvOrganController {
private final SrvEmpCateService srvEmpCateService; private final SrvEmpCateService srvEmpCateService;
/** /**
* 分页查询护理机构列表 * 分页查询护理机构列表
* *
...@@ -287,6 +282,11 @@ public class SrvOrganController { ...@@ -287,6 +282,11 @@ public class SrvOrganController {
FileUtils.exportResponse(workbook,fileName,response); FileUtils.exportResponse(workbook,fileName,response);
} }
/**
* 打卡查询
* @param empId
* @return
*/
@GetMapping("/chSrvTaskDetailQuery") @GetMapping("/chSrvTaskDetailQuery")
public Result chSrvTaskDetailQuery(Long empId){ public Result chSrvTaskDetailQuery(Long empId){
List<ChSrvTaskDetailVo> chSrvTaskDetails = srvOrganEmpService.chSrvTaskDetailQuery(1L); List<ChSrvTaskDetailVo> chSrvTaskDetails = srvOrganEmpService.chSrvTaskDetailQuery(1L);
...@@ -298,7 +298,7 @@ public class SrvOrganController { ...@@ -298,7 +298,7 @@ public class SrvOrganController {
} }
/** /**
* 删除签到数据 * 删除打卡数据
* @param taskDetailId * @param taskDetailId
* @param userName * @param userName
* @return * @return
...@@ -313,8 +313,4 @@ public class SrvOrganController { ...@@ -313,8 +313,4 @@ public class SrvOrganController {
} }
} }
} }
...@@ -12,9 +12,6 @@ import org.springframework.stereotype.Repository; ...@@ -12,9 +12,6 @@ import org.springframework.stereotype.Repository;
import java.util.List; import java.util.List;
/**
* @author MQ
*/
@Mapper @Mapper
@Repository @Repository
public interface ChSrvOrganEmpMapper extends BaseMapper<ChSrvOrganEmp> { public interface ChSrvOrganEmpMapper extends BaseMapper<ChSrvOrganEmp> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment