mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update 订单汇总信息权限校验
This commit is contained in:
@@ -81,4 +81,11 @@ public interface PileStationInfoMapper {
|
||||
List<String> queryByStationDeptIds(@Param("stationDeptIds") List<String> stationDeptIds);
|
||||
|
||||
int updateAmapFlag(@Param("stationId") String stationId, @Param("amapFlag") String amapFlag);
|
||||
|
||||
/**
|
||||
* 通过站点部门id 查询站点id
|
||||
* @param deptId
|
||||
* @return
|
||||
*/
|
||||
List<String> getIdsByDeptId(String deptId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user