Commit 1896f845 authored by litengwei's avatar litengwei

脚本大小写修复

parent aac03463
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
<select id="getPointByCondition" resultType="com.yeejoin.amos.patrol.business.vo.PointVo"> <select id="getPointByCondition" resultType="com.yeejoin.amos.patrol.business.vo.PointVo">
SELECT SELECT
p.id, P.route_name routeName, p.point_no pointNo, p.name ,p.org_Code p.id, p.route_name routeName, p.point_no pointNo, p.name ,p.org_Code
FROM FROM
p_point p p_point p
<where> <where>
......
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