diff --git a/bonus-system/src/main/resources/mapper/system/SysEncryTypeMapper.xml b/bonus-system/src/main/resources/mapper/system/SysEncryTypeMapper.xml
index b18f8c5..fcabb90 100644
--- a/bonus-system/src/main/resources/mapper/system/SysEncryTypeMapper.xml
+++ b/bonus-system/src/main/resources/mapper/system/SysEncryTypeMapper.xml
@@ -50,7 +50,7 @@
from da_ky_sys_encrypt_set
where 1=1
- AND INSTR(dkp.encrypt_name, #{encryptName}) > 0
+ AND INSTR(encrypt_name, #{encryptName}) > 0