ocr识别,添加pom识别的依赖SmartJavaAl
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user