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,