فهرست منبع

add 考级报名链接修改

周箭河 4 سال پیش
والد
کامیت
a6537ba5bf
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      mec-biz/src/main/resources/config/mybatis/StudentRegistrationMapper.xml

+ 3 - 3
mec-biz/src/main/resources/config/mybatis/StudentRegistrationMapper.xml

@@ -1370,13 +1370,13 @@
         </if>
         </if>
         </where>
         </where>
         <if test="orderByPerRegister != null and orderByPayTime == null">
         <if test="orderByPerRegister != null and orderByPayTime == null">
-            ORDER BY spr.create_time_ #{orderByPerRegister},u.user_id_ ASC
+            ORDER BY spr.create_time_ ${orderByPerRegister},u.user_id_ ASC
         </if>
         </if>
         <if test="orderByPerRegister != null and orderByPayTime != null">
         <if test="orderByPerRegister != null and orderByPayTime != null">
-            ORDER BY spr.create_time_ #{orderByPerRegister}, o.payTime #{orderByPayTime},u.user_id_ ASC
+            ORDER BY spr.create_time_ ${orderByPerRegister},o.payTime ${orderByPayTime},u.user_id_ ASC
         </if>
         </if>
         <if test="orderByPerRegister == null and orderByPayTime != null">
         <if test="orderByPerRegister == null and orderByPayTime != null">
-            ORDER BY o.payTime #{orderByPayTime},u.user_id_ ASC
+            ORDER BY o.payTime ${orderByPayTime},u.user_id_ ASC
         </if>
         </if>
         <include refid="global.limit"/>
         <include refid="global.limit"/>
     </select>
     </select>