ocr识别,添加pom识别的依赖SmartJavaAl

This commit is contained in:
2026-01-15 12:31:09 +08:00
parent f6c0d66484
commit 1b24e93ae9
5 changed files with 416 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="orderNo != null and orderNo != ''"> and order_no like concat('%', #{orderNo}, '%')</if>
<if test="planId != null "> and plan_id = #{planId}</if>
<!-- 业务类型批量查询 -->
<if test="bizTypeArray != null and bizTypesArray.length > 0">
<if test="bizTypeArray != null and bizTypeArray.length > 0">
and biz_type in
<foreach collection="bizTypeArray" item="item" open="(" separator="," close=")">
#{item}