|
@@ -24,8 +24,8 @@ public class MT1201Controller { |
|
@@ -24,8 +24,8 @@ public class MT1201Controller { |
24
|
public Map<String, Object> ffmcreate(@RequestBody Map<String, Object> map){
|
24
|
public Map<String, Object> ffmcreate(@RequestBody Map<String, Object> map){
|
25
|
|
25
|
|
26
|
try {
|
26
|
try {
|
27
|
-
|
|
|
28
|
- return mt1201Service.ffmcreate(map);
|
27
|
+ Map<String, Object> ffmcreate = mt1201Service.ffmcreate(map);
|
|
|
28
|
+ return ffmcreate;
|
29
|
}catch (Exception e){
|
29
|
}catch (Exception e){
|
30
|
e.printStackTrace();
|
30
|
e.printStackTrace();
|
31
|
Map<String, Object> maps = new HashMap<>();
|
31
|
Map<String, Object> maps = new HashMap<>();
|