fix[project]: 数据查询导出任务bugfix
This commit is contained in:
@@ -821,9 +821,9 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
))
|
))
|
||||||
</if>
|
</if>
|
||||||
<if test="req.toDoMarkerList != null and req.toDoMarkerList.size > 0">
|
<if test="toDoMarkerList != null and toDoMarkerList.size > 0">
|
||||||
and (
|
and (
|
||||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' open='' close='' separator=' OR '>
|
<foreach collection='toDoMarkerList' item='toDoMarker' open='' close='' separator=' OR '>
|
||||||
toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
|
toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
|
||||||
</foreach>
|
</foreach>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user