Commit 17fe7672 authored by caotao's avatar caotao

in 修改为like 提升查询效率

parent d65c39df
......@@ -287,7 +287,7 @@ public class McbWarningServiceImpl implements IMcbWarningService {
{
projectOrgCodes.add("NULL");
}
FeignClientResult<Object> result = mcbWarningFeign.getLampListPage(questionRectificationStatus,projectOrgCodes,"in",page);
FeignClientResult<Object> result = mcbWarningFeign.getLampListPage(questionRectificationStatus,projectOrgCodes,"like",page);
return result.getResult();
}
......@@ -298,7 +298,7 @@ public class McbWarningServiceImpl implements IMcbWarningService {
{
projectOrgCodes.add("NULL");
}
FeignClientResult<Object> result = mcbWarningFeign.getLampList(questionRectificationStatus,projectOrgCodes,"in");
FeignClientResult<Object> result = mcbWarningFeign.getLampList(questionRectificationStatus,projectOrgCodes,"like");
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