|
@@ -103,7 +103,7 @@ public class StaticSystemServiceImpl implements StaticSystemService {
|
|
|
@Autowired
|
|
|
DataSetMapper dataSetMapper;
|
|
|
@Override
|
|
|
- public String stSubmit(Map map) {
|
|
|
+ public Boolean stSubmit(Map map) {
|
|
|
System.out.println(map);
|
|
|
final String oldname = map.get("oldname").toString();
|
|
|
final String userId = map.get("userId").toString();
|
|
@@ -136,7 +136,7 @@ public class StaticSystemServiceImpl implements StaticSystemService {
|
|
|
}catch (Exception e){
|
|
|
System.out.println(e);
|
|
|
}
|
|
|
- return "111";
|
|
|
+ return true;
|
|
|
}
|
|
|
|
|
|
}
|