Commit 2dd66c41 authored by hezhuozhi's avatar hezhuozhi

已纳管或未纳管设备(压力管道)列表>详情,管道详情列表顺序是乱的,应该按照提交的顺序展示

parent 3c6e6715
......@@ -78,6 +78,7 @@
LEFT JOIN idx_biz_jg_tech_params_pipeline ibjtpp ON ibjui.RECORD = ibjtpp.RECORD
LEFT JOIN idx_biz_jg_design_info ibjdi ON ibjui.RECORD = ibjdi.RECORD
WHERE ibjui.project_contraption_id = #{sequenceNbr}
ORDER BY ibjtpp.REC_DATE ASC
</select>
<select id="countContraptionInUseTimesForEdit" resultType="java.lang.Integer">
......
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