|
|
@ -6,6 +6,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
<sql id="searchSql"> |
|
|
|
and ba.handle_type != 'verify' |
|
|
|
and ba.del_flag = '0' |
|
|
|
<if test="param.aiLabelEnList != null and param.aiLabelEnList.size > 0"> |
|
|
|
and ba.label_en in |
|
|
|
<foreach collection="param.aiLabelEnList" item="item" open="(" close=")" separator=","> |
|
|
|