lazhaoqian 3 năm trước cách đây
mục cha
commit
fdde0230a7

+ 3 - 0
ruoyi-warehouse/src/main/resources/mapper/finance/TFeeMapper.xml

@@ -2362,6 +2362,7 @@
         <where>
             tf.f_dc = #{fDc}
             and tw.f_typeid = 1
+            and tw.del_flag = '0'
             <if test="fMblno != null  and fMblno != ''">and tw.f_mblno like concat('%', #{fMblno}, '%')</if>
             <if test="fVslid != null">and tw.f_vslid = #{fVslid}</if>
             <if test="fCorpid != null">and tf.f_corpid = #{fCorpid}</if>
@@ -2407,6 +2408,7 @@
         LEFT JOIN t_voyage ty ON tw.f_voyid = ty.f_id
         <where>
             tw.f_typeid = 1
+            and tw.del_flag = '0'
             <if test="fVslid != null">and tw.f_vslid = #{fVslid}</if>
             <if test="fVoyid != null">and tw.f_voyid = #{fVoyid}</if>
             <if test="fLoadportid != null">and tw.f_loadportid = #{fLoadportid}</if>
@@ -2458,6 +2460,7 @@
         <where>
             tf.f_dc = #{fDc}
             and tw.f_typeid = 1
+            and tw.del_flag = '0'
             <if test="fMblno != null  and fMblno != ''">and tw.f_mblno like concat('%', #{fMblno}, '%')</if>
             <if test="fVslid != null">and tw.f_vslid = #{fVslid}</if>
             <if test="fCorpid != null">and tf.f_corpid = #{fCorpid}</if>