master
周文涛 2 years ago
parent d655afd3c1
commit dc77f1bc0b

@ -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>

Loading…
Cancel
Save