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