fix[project]: 任务待办标记
This commit is contained in:
@@ -822,11 +822,11 @@
|
||||
))
|
||||
</if>
|
||||
<if test="req.toDoMarkerList != null and req.toDoMarkerList.size > 0">
|
||||
and (toDoMarker in (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' index='index' separator=','>
|
||||
#{toDoMarker}
|
||||
and (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' open='' close='' separator=' OR '>
|
||||
toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
|
||||
</foreach>
|
||||
))
|
||||
)
|
||||
</if>
|
||||
order by create_time desc
|
||||
</select>
|
||||
@@ -980,11 +980,11 @@
|
||||
</if>
|
||||
|
||||
<if test="req.toDoMarkerList != null and req.toDoMarkerList.size > 0">
|
||||
and (toDoMarker in (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' index='index' separator=','>
|
||||
#{toDoMarker}
|
||||
and (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' open='' close='' separator=' OR '>
|
||||
toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
|
||||
</foreach>
|
||||
))
|
||||
)
|
||||
</if>
|
||||
|
||||
<!-- <if test='req.sortOrder != null and req.sortOrder == "0"'>-->
|
||||
@@ -1135,11 +1135,11 @@
|
||||
</if>
|
||||
|
||||
<if test="req.toDoMarkerList != null and req.toDoMarkerList.size > 0">
|
||||
and (toDoMarker in (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' index='index' separator=','>
|
||||
#{toDoMarker}
|
||||
and (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' open='' close='' separator=' OR '>
|
||||
toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
|
||||
</foreach>
|
||||
))
|
||||
)
|
||||
</if>
|
||||
|
||||
<!-- <if test='req.sortOrder != null and req.sortOrder == "0"'>-->
|
||||
@@ -1307,11 +1307,11 @@
|
||||
</if>
|
||||
|
||||
<if test="req.toDoMarkerList != null and req.toDoMarkerList.size > 0">
|
||||
and (toDoMarker in (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' index='index' separator=','>
|
||||
#{toDoMarker}
|
||||
and (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' open='' close='' separator=' OR '>
|
||||
toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
|
||||
</foreach>
|
||||
))
|
||||
)
|
||||
</if>
|
||||
<if test="req.reportTemplate != null and req.reportTemplate != ''">
|
||||
<bind name="searchKey18" value="'%' + req.reportTemplate + '%'"/>
|
||||
@@ -1522,11 +1522,11 @@
|
||||
</if>
|
||||
|
||||
<if test="req.toDoMarkerList != null and req.toDoMarkerList.size > 0">
|
||||
and (toDoMarker in (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' index='index' separator=','>
|
||||
#{toDoMarker}
|
||||
and (
|
||||
<foreach collection='req.toDoMarkerList' item='toDoMarker' open='' close='' separator=' OR '>
|
||||
toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
|
||||
</foreach>
|
||||
))
|
||||
)
|
||||
</if>
|
||||
<if test="req.reportTemplate != null and req.reportTemplate != ''">
|
||||
<bind name="searchKey18" value="'%' + req.reportTemplate + '%'"/>
|
||||
|
||||
Reference in New Issue
Block a user