|
|
|
|
@ -9,10 +9,10 @@
|
|
|
|
|
LEFT JOIN ocr_metadata_config omc ON omc.id = ocr.metadata_config_id
|
|
|
|
|
WHERE 1=1
|
|
|
|
|
<if test="p.configName!=null and p.configName!=''">
|
|
|
|
|
ocr.config_name like concat('%',#{p.configName},'%')
|
|
|
|
|
AND ocr.config_name like concat('%',#{p.configName},'%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="p.configRule!=null and p.configRule!=''">
|
|
|
|
|
ocr.config_rule like concat('%',#{configRule},'%')
|
|
|
|
|
AND ocr.config_rule like concat('%',#{configRule},'%')
|
|
|
|
|
</if>
|
|
|
|
|
order by ocr.update_time desc
|
|
|
|
|
</select>
|
|
|
|
|
|