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