diff --git a/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckTaskInventoryMapper.xml b/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckTaskInventoryMapper.xml
index fd1f31f9..b3324222 100644
--- a/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckTaskInventoryMapper.xml
+++ b/op-modules/op-quality/src/main/resources/mapper/quality/QcCheckTaskInventoryMapper.xml
@@ -304,7 +304,8 @@
and t.materialName like concat('%',#{materialName}, '%')
and t.supplierCode like concat('%',#{supplierCode}, '%')
and t.supplierName like concat('%',#{supplierName},'%')
-
+ and CONVERT(varchar(10),t.incomeTime, 120) >= #{incomeTimeStart}
+ and #{incomeTimeEnd} > CONVERT(varchar(10),t.incomeTime, 120)
order by t.incomeTime desc,t.materialCode