Commit 6500f21e authored by tangwei's avatar tangwei

修改接口参数

parent 9f2e91ca
...@@ -50,7 +50,7 @@ public interface JpStationMapper extends BaseMapper<JpStation> { ...@@ -50,7 +50,7 @@ public interface JpStationMapper extends BaseMapper<JpStation> {
Map<String,Object>getcountStatejr(@Param("dto") JpStationDto reviewDto); Map<String,Object>getcountStatejr(@Param("dto") JpStationDto reviewDto);
@UserEmpower(field ={"regional_companies_code","amos_company_code"} ,fieldConditions ={"in","in"} ,relationship="and") @UserEmpower(field ={"regional_companies_code","amos_company_code"} ,fieldConditions ={"in","in"} ,relationship="and")
Map<String,Object> getcount( JpStationDto reviewDto); Map<String,Object> getcount( @Param("dto") JpStationDto reviewDto);
@UserEmpower(field ={"regional_companies_code","amos_company_code"} ,fieldConditions ={"in","in"} ,relationship="and") @UserEmpower(field ={"regional_companies_code","amos_company_code"} ,fieldConditions ={"in","in"} ,relationship="and")
@UserLimits @UserLimits
......
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