记得上下班打卡 | git大法好,push需谨慎

Commit 0144474e authored by zhoujianping's avatar zhoujianping

1.修改排序字段

parent e85163bd
...@@ -1222,5 +1222,6 @@ GROUP BY user_mobile,tickets_id; ...@@ -1222,5 +1222,6 @@ GROUP BY user_mobile,tickets_id;
GROUP BY kps.performance_id, GROUP BY kps.performance_id,
kps.ticket_times_id, kps.ticket_times_id,
kps.tickets_id) B ON A.performances_id = B.performance_id AND A.ticket_times_id = B.ticket_times_id AND A.tickets_id = B.tickets_id kps.tickets_id) B ON A.performances_id = B.performance_id AND A.ticket_times_id = B.ticket_times_id AND A.tickets_id = B.tickets_id
ORDER BY A.ticket_times_id
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment