diff --git a/bonus-system/src/main/resources/mapper/system/SysEncryTypeMapper.xml b/bonus-system/src/main/resources/mapper/system/SysEncryTypeMapper.xml index 8933cbe..d704cea 100644 --- a/bonus-system/src/main/resources/mapper/system/SysEncryTypeMapper.xml +++ b/bonus-system/src/main/resources/mapper/system/SysEncryTypeMapper.xml @@ -49,8 +49,8 @@ status from da_ky_sys_encrypt_set where 1=1 - - and encrypt_type = #{encryptType} + + and encrypt_name like concat ('%',#{encryptName},'%')