|
@@ -115,7 +115,7 @@
|
|
|
<if test="request.registrationCode!=null and request.registrationCode!=''">
|
|
|
AND l.registration_code LIKE #{request.registrationCode,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- ORDER BY planDate,mp.lift_id
|
|
|
+ ORDER BY planDate,plr.relevance_id
|
|
|
</select>
|
|
|
|
|
|
<select id="queryPlanListByIds" parameterType="java.util.Map" resultMap="BaseResultMap">
|