Commit 81e51c58 authored by caotao's avatar caotao

采集器权限接口调整

parent d0d5eb1f
...@@ -20,9 +20,9 @@ public interface JpCollectorMapper extends BaseMapper<JpCollector> { ...@@ -20,9 +20,9 @@ public interface JpCollectorMapper extends BaseMapper<JpCollector> {
List<Map<String,Object>> queryCollectorCountStatus(@Param("dto") JpStationDto reviewDto); List<Map<String,Object>> queryCollectorCountStatus(@Param("dto") JpStationDto reviewDto);
@UserEmpower(field ={"sta.regional_companies_code"} ,fieldConditions ={"in"} ,relationship="and") @UserEmpower(field ={"sta.regional_companies_code"} ,dealerField = {"regional_companies_code","amos_company_code"},fieldConditions ={"in","in"} ,relationship="and")
List<JpCollectorDto> selectPageData(@Param("dto") JpCollectorDto reviewDto, Integer current, Integer size); List<JpCollectorDto> selectPageData(@Param("dto") JpCollectorDto reviewDto, Integer current, Integer size);
@UserEmpower(field ={"sta.regional_companies_code"} ,fieldConditions ={"in"} ,relationship="and") @UserEmpower(field ={"sta.regional_companies_code"} ,dealerField = {"regional_companies_code","amos_company_code"},fieldConditions ={"in","in"} ,relationship="and")
int selectPageDataTota(@Param("dto") JpCollectorDto reviewDto); int selectPageDataTota(@Param("dto") JpCollectorDto reviewDto);
} }
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