diff --git a/src/main/resources/mybatis/datasource/bus/CorpPromiseMapper.xml b/src/main/resources/mybatis/datasource/bus/CorpPromiseMapper.xml index 039a12bc..be998e9e 100644 --- a/src/main/resources/mybatis/datasource/bus/CorpPromiseMapper.xml +++ b/src/main/resources/mybatis/datasource/bus/CorpPromiseMapper.xml @@ -187,7 +187,7 @@ f.PROMISE_ID,f.PROMISE_NAME,f.TEXT,f.TYPE from `qa-gwj-regulatory`.BUS_PROMISE f - where 1=1 and f.ISDELETE = 0 + where 1=1 and f.ISDELETE = 0 and f.TYPE = '0' and f.PROMISE_NAME LIKE CONCAT(CONCAT('%', #{pd.KEYWORDS}),'%')