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