fix(87771): 首页-高级检索 全部查询条件与原型不一致
This commit is contained in:
+4
@@ -1552,6 +1552,10 @@ public class LawsHomeSearchServiceImpl implements ILawsHomeSearchService {
|
||||
|
||||
// 查询企业标准
|
||||
if (isEnterprise){
|
||||
// 外部标准 和 企标 的关联部门字段不一样
|
||||
if (parameterMapByEnterprise.containsKey("associate_dept")){
|
||||
parameterMapByEnterprise.put("related_department", parameterMapByEnterprise.get("associate_dept"));
|
||||
}
|
||||
Result<IPage<Map<String, Object>>> commonPageNoPermissionsResultByEnterpriseResult =
|
||||
lawsEnterpriseController.getCommonPageNoPermissions(parameterMapByEnterprise);
|
||||
// 汇总数据
|
||||
|
||||
Reference in New Issue
Block a user