Commit 7de97a6f by libin

修改错误的查询参数

parent 74a36f8f
......@@ -34,7 +34,7 @@ public class QyphController {
page.setPagePara(rows);
SpatiotemporalBackTrack param = new SpatiotemporalBackTrack();
param.setTaskCaseId(asjbh);
param.setType(taskType);
param.setTaskType(taskType);
if(!StringUtils.isEmpty(fsrIdentity)){
param.setFsrSfzh(fsrIdentity);
}
......
......@@ -66,18 +66,6 @@
<if test="entity.fsrSfzh != null and entity.fsrSfzh != ''"> AND FSR_SFZH = #{entity.fsrSfzh , jdbcType=VARCHAR } </if>
<if test="entity.fsrXm != null and entity.fsrXm != ''"> AND FSR_XM = #{entity.fsrXm , jdbcType=VARCHAR } </if>
<if test="entity.fsrLxdh != null and entity.fsrLxdh != ''"> AND FSR_LXDH = #{entity.fsrLxdh , jdbcType=VARCHAR } </if>
<if test='entity.type == "skhs"'>
and t.TASK_NAME LIKE '时空回溯%'
</if>
<if test='entity.type == "afqtaf"'>
and t.TASK_NAME LIKE '案发潜逃-案发%'
</if>
<if test='entity.type == "aqcdaf"'>
and t.TASK_NAME LIKE '案前踩点-案发%'
</if>
<if test='entity.type == "sccxaf"'>
and t.TASK_NAME LIKE '首次出现-案发%'
</if>
<if test="entity.rksj != null"> AND RKSJ = #{entity.rksj , jdbcType=TIMESTAMP } </if>
order by RKSJ desc
) t where rownum <![CDATA[ <= ]]> #{endNum}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment