Commit 375eb39a by yangyang

区域回显提交

parent 20356f5c
......@@ -51,7 +51,7 @@
<!--获取任务结果分类基站回溯-->
<select id="selecteRegionalsTasksResultsFlSkhsPeople" parameterType="java.lang.String" resultType="com.founder.commonutils.model.newPublicEntity.SkRegionalsResultFl">
SELECT
attribution as lable ,count(*) as count
attribution as lable ,count(*) as count,'归属地' flbz
FROM sk_regionals_result r
left join sk_regionals_detail d on r.xxzjbh = d.resultid where
<if test="taskId != null and taskId != ''">r.taskId = #{ taskId , jdbcType=VARCHAR }</if>
......@@ -60,7 +60,7 @@
UNION ALL
SELECT
serviceProvider as lable,count(*) as count
serviceProvider as lable,count(*) as count,'运营商' flbz
FROM sk_regionals_result r
left join sk_regionals_detail d on r.xxzjbh = d.resultid where
<if test="taskId != null and taskId != ''">r.taskId = #{ taskId , jdbcType=VARCHAR }</if>
......
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