|
@@ -39,8 +39,8 @@ public class ContractTemplateServiceImpl extends ServiceImpl<ContractTemplateMap
|
|
|
//合同类型过滤
|
|
|
wrapper.eq("ct", ContractTemplate::getTemplateType, dto.getTemplateType());
|
|
|
|
|
|
- //权限过滤:合同模板
|
|
|
- wrapper.in("ct.company_id", SecurityUtils.getCompanyIds());
|
|
|
+// //权限过滤:合同模板
|
|
|
+// wrapper.in("ct.company_id", SecurityUtils.getCompanyIds());
|
|
|
wrapper.eq("ct.company_id", dto.getCompanyId());
|
|
|
|
|
|
|