|
@@ -118,7 +118,7 @@ public class TrackController {
|
|
|
} catch (NumberFormatException e) {
|
|
|
|
|
|
}
|
|
|
-// convertInfoService.save(convertInfo);
|
|
|
+ convertInfoService.save(convertInfo);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
@@ -211,7 +211,7 @@ public class TrackController {
|
|
|
} catch (NumberFormatException e) {
|
|
|
|
|
|
}
|
|
|
-// convertInfoService.save(convertInfo);
|
|
|
+ convertInfoService.save(convertInfo);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|