Commit 3aad27d3 by libin

修改错误的查询参数

parent 3b2ee58f
......@@ -52,7 +52,7 @@ public class QyphController {
Map<String,Object> result =new HashMap<>();
SpatiotemporalBackTrack param = new SpatiotemporalBackTrack();
param.setTaskCaseId(asjbh);
param.setTaskCaseId(taskType);
param.setTaskType(taskType);
if(!StringUtils.isEmpty(fsrIdentity)){
param.setFsrSfzh(fsrIdentity);
}
......
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