소스 검색

简单修改

lvzhikai 5 년 전
부모
커밋
229f53e043
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/chinaitop/depot/storage/mapper/StorageQualitycheckMapper.xml

+ 1 - 1
src/main/java/com/chinaitop/depot/storage/mapper/StorageQualitycheckMapper.xml

@@ -1874,7 +1874,7 @@
1874 1874
         and sq.depot_id is null
1875 1875
       </if>
1876 1876
       <if test="sealDate != null" >
1877
-        and sq.seal_date &lt;= #{sealDate}
1877
+        and sq.check_time &lt;= #{sealDate}
1878 1878
       </if>
1879 1879
       <!--区分粮情卡的数据-->
1880 1880
       and sq.flag_type is null