人工随访列表查询修改
This commit is contained in:
parent
96e93196e5
commit
f57352a5d5
@ -410,6 +410,12 @@
|
|||||||
<if test="nodeExecuteStatus != null ">
|
<if test="nodeExecuteStatus != null ">
|
||||||
AND spmrn.node_execute_status = #{nodeExecuteStatus}
|
AND spmrn.node_execute_status = #{nodeExecuteStatus}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="followStartTime != null ">
|
||||||
|
AND pter.execute_time >= #{followStartTime}
|
||||||
|
</if>
|
||||||
|
<if test="followEndTime != null ">
|
||||||
|
AND pter.execute_time <= #{followEndTime}
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by spmr.create_time DESC
|
order by spmr.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user