diff --git a/jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml index 78d95ae3..6943e1fc 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml @@ -87,5 +87,6 @@ select * from jsh_supplier where supplier = #{supplier} and type = #{type} + and ifnull(delete_flag,'0') !='1' \ No newline at end of file