소스 검색

优化代码

wangfeng 4 년 전
부모
커밋
62d6257e86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cdssman-service/src/main/resources/mapper/PlanMapper.xml

+ 1 - 1
cdssman-service/src/main/resources/mapper/PlanMapper.xml

@@ -16,7 +16,7 @@
         <result column="plan_status" property="planStatus" />
         <result column="remark" property="remark" />
     </resultMap>
-    <select id="getPlanInfoPageAll" resultType="com.diagbot.dto.PlanInfoPageDTO">
+    <select id="getPlanInfoPageAll" resultType="com.diagbot.dto.PlanInfoPagesDTO">
         SELECT
         id as id,
         hospital_id as hospitalId,