wangzhuo 2 роки тому
батько
коміт
5186075cb3

+ 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 =