Explorar o código

图书详情和预约用户列表

%!s(int64=5) %!d(string=hai) anos
pai
achega
e175de74a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bms/src/main/resources/mapper/UserAppointmentMapper.xml

+ 1 - 1
bms/src/main/resources/mapper/UserAppointmentMapper.xml

@@ -36,7 +36,7 @@
         id, user_id, org_id, appoint_date, time, name, mobile, indate, age, content, stage
     </sql>
 
-    <select id="selectAppointmentList" resultMap="BaseResultMap">
+    <select id="selectAppointmentList" resultMap="BaseResultMapVO">
         select
          ua.id, ua.user_id, ua.org_id, ua.appoint_date, ua.time,
          ua.name, ua.mobile, ua.indate, ua.age, ua.content, ua.stage,