@@ -63,6 +63,6 @@ public interface BaseStationMapper {
* @param deptStationId 车间ID
* @return 领导ID列表
*/
- List<Long> getStationLeaderId(@Param("stationId") Long deptStationId);
+ List<Long> getStationLeaderId(@Param("deptStationId") Long deptStationId);
}