lazhaoqian 4 年之前
父節點
當前提交
4110a60146
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-shipping/src/main/resources/mapper/shipping/TVoyageMapper.xml

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

@@ -79,7 +79,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         LEFT JOIN t_address ts ON tv.f_portoftransshipment = ts.f_id
         LEFT JOIN sys_user  su ON tv.f_manageid = su.user_id
         <where>
-            tv.f_status = ‘T’
+            tv.f_status = 'T'
             <if test="fPid != null "> and tv.f_pid = #{fPid}</if>
             <if test="fNo != null  and fNo != ''"> and tv.f_no = #{fNo}</if>
             <if test="fPortofloadid != null "> and tv.f_portofloadid = #{fPortofloadid}</if>