소스 검색

APP查询库存总账修改

lazhaoqian 3 년 전
부모
커밋
c3c539a660
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

+ 2 - 2
ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

@@ -798,10 +798,10 @@
             <if test="fPreqty != null ">and leg.f_preqty = #{fPreqty}</if>
             <if test="fCorpid != null ">and leg.f_corpid = #{fCorpid}</if>
             <if test="fMblno != null ">and leg.f_mblno LIKE  concat('%', #{fMblno}, '%') </if>
-            <if test='timeStartBsdate != null and timeStartBsdate!= ""'>
+            <if test='timeStartBsdate != null'>
                 and leg.f_originalbilldate &gt;= #{timeStartBsdate}
             </if>
-            <if test='timeEndBsdate != null  timeEndBsdate!= ""'>
+            <if test='timeEndBsdate != null'>
                 and leg.f_originalbilldate &lt;= #{timeEndBsdate}
             </if>
             <if test="fPregrossweight != null ">and leg.f_pregrossweight = #{fPregrossweight}</if>