|
@@ -3,7 +3,7 @@ package com.diagbot.service.impl;
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
import com.diagbot.dto.PlanInfoPageDTO;
|
|
|
import com.diagbot.entity.Plan;
|
|
|
-import com.diagbot.mapper.SysPlanMapper;
|
|
|
+import com.diagbot.mapper.PlanMapper;
|
|
|
import com.diagbot.service.PlanService;
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import com.diagbot.vo.HospitalPlanPageVO;
|
|
@@ -18,7 +18,7 @@ import org.springframework.stereotype.Service;
|
|
|
* @since 2020-07-27
|
|
|
*/
|
|
|
@Service
|
|
|
-public class PlanServiceImpl extends ServiceImpl<SysPlanMapper, Plan> implements PlanService {
|
|
|
+public class PlanServiceImpl extends ServiceImpl<PlanMapper, Plan> implements PlanService {
|
|
|
|
|
|
@Override
|
|
|
public IPage<PlanInfoPageDTO> getPlanInfoPageAll(HospitalPlanPageVO hospitalPlanPageVO) {
|