提交 d446e1db authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 43b6e0e5
......@@ -182,7 +182,7 @@ public class FgResourceLibraryController {
// 所在地域地址
if (StringUtils.isNotBlank(form.getWherePlace())) {
fqSq.append(" || province : *" + form.getWherePlace() + "* ");
fqSq.append(" || ( province : *" + form.getWherePlace() + "* ");
fqSq.append(" || city : *" + form.getWherePlace() + "* ");
fqSq.append(" || county : *" + form.getWherePlace() + "* ");
// 标准企业查询时赋值申请人地址
......@@ -193,6 +193,7 @@ public class FgResourceLibraryController {
if (form.getReserve2().equals("2")) {
fqSq.append(" || address : *" + form.getWherePlace() + "* ");
}
fqSq.append(")");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论