lvzhikai vor 5 Jahren
Ursprung
Commit
229f53e043

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

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