ソースを参照

Merge branch 'master' of http://39.105.58.247:3100/hydw/hycw

zx 5 ヶ月 前
コミット
98fa2193a0

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

@@ -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">