Commit 50671993 by yangyang

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

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