zhaoyun 5 månader sedan
förälder
incheckning
a627b18102

+ 2 - 2
ruoyi-powerdistribution/src/main/resources/mapper/powerdistribution/PdmMaintenanceProcessMapper.xml

@@ -62,8 +62,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="isApprove != null  and isApprove != ''"> and is_approve = #{isApprove}</if>
             <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> 
-        )a order by plan_code,plan_code_w,station,line_code
+        </where>
+        )a order by plan_code,plan_code_w,station,line_name
     </select>
 
     <select id="selectPdmMaintenanceProcessById" parameterType="Long" resultMap="PdmMaintenanceProcessResult">