|
@@ -63,7 +63,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="maintenanceFilePath != null and maintenanceFilePath != ''"> and maintenance_file_path = #{maintenanceFilePath}</if>
|
|
|
<if test="approveFilePath != null and approveFilePath != ''"> and approve_file_path = #{approveFilePath}</if>
|
|
|
</where>
|
|
|
- GROUP BY line_code,std_city_org_no,std_county_org_no,std_org_no)a
|
|
|
+ )a order by plan_code,plan_code_w,station,line_name
|
|
|
</select>
|
|
|
|
|
|
<select id="selectPdmMaintenanceProcessById" parameterType="Long" resultMap="PdmMaintenanceProcessResult">
|