Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
26b8f27136f53597e013db9b6e6ae04c89162b24
Authored by
zlz
2017-07-10 14:33:48 +0800
1 parent
b19309b3
运管处线路基础数据(站点)上传
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/TrafficManageService.java
src/main/java/com/bsth/service/TrafficManageService.java
View file @
26b8f27
...
...
@@ -24,7 +24,7 @@ public interface TrafficManageService {
24
24
*
25
25
* @return 调用接口返回信息
26
26
*/
27
- String setXL(
Map<String, Object> param
);
27
+ String setXL(
String ids
);
28
28
29
29
/**
30
30
* 上传车辆信息
...
...