wangzhuo 2 лет назад
Родитель
Сommit
5186075cb3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      ruoyi-warehouse/src/main/resources/mapper/finance/TFeeMapper.xml

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

@@ -1349,6 +1349,7 @@
         LEFT JOIN sys_dict_data dict ON dict.dict_value = w.f_feeUnitid
         <where>
             dict.status = '0'
+            AND w.del_flag = '0'
             AND dict.dict_type = 'data_unitfees'
             <if test="map.tWareHouseFees.stlTypeid != null">and w.f_stltypeid = #{map.tWareHouseFees.stlTypeid}</if>
             <if test="map.tWareHouseFees.fCorpid != null  and map.tWareHouseFees.fCorpid != ''">and w.f_corpid =