Commit 50671993 by yangyang

任务结果区域字段返回提交

parent ee63cdc4
...@@ -233,7 +233,6 @@ ...@@ -233,7 +233,6 @@
p.HJDQHDZ as hjdqhdz, p.HJDQHDZ as hjdqhdz,
p.csrq as csrq p.csrq as csrq
FROM TB_ST_REGIONALS_RESULT r,TB_ST_REGIONALS_detail d,TB_ST_REGIONALS_PERSON p FROM TB_ST_REGIONALS_RESULT r,TB_ST_REGIONALS_detail d,TB_ST_REGIONALS_PERSON p
where r.XXZJBH = d.RESULT_ID(+) where r.XXZJBH = d.RESULT_ID(+)
and d.SFZHM = P.SFZHM(+) and d.SFZHM = P.SFZHM(+)
<if test="taskId != null and taskId != ''">and r.task_Id = #{ taskId , jdbcType=VARCHAR }</if> <if test="taskId != null and taskId != ''">and r.task_Id = #{ taskId , jdbcType=VARCHAR }</if>
...@@ -264,8 +263,8 @@ ...@@ -264,8 +263,8 @@
REGION, REGION,
count, count,
DJSJ, DJSJ,
apeType apeType,
apeTypeMc apeTypeMc,
kkUrlPic, kkUrlPic,
time, time,
X, X,
......
...@@ -635,7 +635,6 @@ public class CarServiceImpl implements CarService { ...@@ -635,7 +635,6 @@ public class CarServiceImpl implements CarService {
carReceivinglist.add(carReceiving); carReceivinglist.add(carReceiving);
}); });
}); });
//卡口编号处理 END------------------------------------------------------------------------------
//全局参数 START------------------------------------------------------------------------------ //全局参数 START------------------------------------------------------------------------------
//所有数据去重集 //所有数据去重集
List<CarKkInfo> allRegionsucesslist = new ArrayList<>(); List<CarKkInfo> allRegionsucesslist = new ArrayList<>();
......
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