Commit bef36eac by zhangxingda

重点未成年人,身份去重报错

parent 4399eefb
...@@ -494,6 +494,7 @@ ...@@ -494,6 +494,7 @@
<!-- ) and del_flag='0' ) )--> <!-- ) and del_flag='0' ) )-->
<!-- </if>--> <!-- </if>-->
<!-- </where>--> <!-- </where>-->
<where>
<choose> <choose>
<when test="params._scope.scope_grade == '3'.toString()"> <when test="params._scope.scope_grade == '3'.toString()">
AND jl_key_person_minor.city_id = #{params._scope.scope_area_id} AND jl_key_person_minor.city_id = #{params._scope.scope_area_id}
...@@ -508,6 +509,7 @@ ...@@ -508,6 +509,7 @@
AND jl_key_person_minor.community_id = #{params._scope.scope_area_id} AND jl_key_person_minor.community_id = #{params._scope.scope_area_id}
</when> </when>
</choose> </choose>
</where>
GROUP BY card_no HAVING COUNT(1) > 1) GROUP BY card_no HAVING COUNT(1) > 1)
</if> </if>
<!-- 数据范围 --> <!-- 数据范围 -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论