diff --git a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml index 60c2c186..431e7e4a 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml @@ -472,7 +472,10 @@ and (dh.sub_type = '采购' or dh.sub_type = '采购退货') - and (dh.sub_type = '销售' or dh.sub_type = '销售退货' or dh.sub_type = '零售' or dh.sub_type = '零售退货') + and (dh.sub_type = '销售' or dh.sub_type = '销售退货') + + + and (dh.sub_type = '零售' or dh.sub_type = '零售退货') and dh.oper_time >= #{beginTime}