|
|
@ -12,7 +12,7 @@
|
|
|
|
AND ocr.config_name like concat('%',#{p.configName},'%')
|
|
|
|
AND ocr.config_name like concat('%',#{p.configName},'%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="p.configRule!=null and p.configRule!=''">
|
|
|
|
<if test="p.configRule!=null and p.configRule!=''">
|
|
|
|
AND ocr.config_rule like concat('%',#{configRule},'%')
|
|
|
|
AND ocr.config_rule like concat('%',#{p.configRule},'%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
order by ocr.update_time desc
|
|
|
|
order by ocr.update_time desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|