Commit d82b1899 authored by 张森's avatar 张森

趋势图API筛选条件问题修改

parent 0d370378
...@@ -6707,7 +6707,7 @@ ...@@ -6707,7 +6707,7 @@
AND fs.`code` = #{systemCode} AND fs.`code` = #{systemCode}
</if> </if>
<if test="bizOrgCode!=null and bizOrgCode!=''"> <if test="bizOrgCode!=null and bizOrgCode!=''">
r.biz_org_code like concat(#{bizOrgCode}, '%') AND r.biz_org_code like concat(#{bizOrgCode}, '%')
</if> </if>
</where> </where>
GROUP BY GROUP BY
......
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