소스 검색

20230407 15:03

wangzhuo 2 년 전
부모
커밋
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 =