Browse Source

凯和查询航次列表优化

lazhaoqian 3 years ago
parent
commit
051256a196

+ 1 - 0
ruoyi-shipping/src/main/resources/mapper/shipping/TVoyageMapper.xml

@@ -475,6 +475,7 @@
         <if test="fTel != null  and fTel != ''">and f_tel = #{fTel}</if>
         <if test="fStatus != null  and fStatus != ''">and f_status = #{fStatus}</if>
         <if test="fLaneid != null ">and f_laneid = #{fLaneid}</if>
+        ORDER BY  CONVERT(f_no USING gbk) DESC
     </select>
     <!--查询航次信息是否重复-->
     <select id="selectTVoyageMessage" parameterType="Long" resultMap="TVoyageResult">