Commit b8d68d32 authored by wujiang's avatar wujiang

修复sql问题

parent 3b7f53bb
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<if test="gatewayIds.size() > 0"> <if test="gatewayIds.size() > 0">
AND ORG_CODE IN AND ORG_CODE IN
<foreach collection="gatewayIds" item="item" open="(" separator="," close=")"> <foreach collection="gatewayIds" item="item" open="(" separator="," close=")">
${item} #{item}
</foreach> </foreach>
</if> </if>
<if test="gatewayIds.size() == 0"> <if test="gatewayIds.size() == 0">
......
...@@ -298,7 +298,7 @@ public class McbWarningServiceImpl implements IMcbWarningService { ...@@ -298,7 +298,7 @@ public class McbWarningServiceImpl implements IMcbWarningService {
{ {
projectOrgCodes.add("NULL"); projectOrgCodes.add("NULL");
} }
FeignClientResult<Object> result = mcbWarningFeign.getLampListList(questionRectificationStatus,projectOrgCodes,"in"); FeignClientResult<Object> result = mcbWarningFeign.getLampList(questionRectificationStatus,projectOrgCodes,"in");
return result.getResult(); return result.getResult();
} }
......
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