|
|
|
@ -268,7 +268,7 @@ public class DataModelController extends BaseController{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value="/oracle/{id}/delete", method= RequestMethod.POST)
|
|
|
|
|
public void oracleDelete(HttpServletRequest request, HttpServletResponse response,@PathVariable String id) throws Exception {
|
|
|
|
|
public void oracleDelete(@PathVariable String id) throws Exception {
|
|
|
|
|
log.debug("----------deleteOracleInfo----------------");
|
|
|
|
|
Integer num = Integer.valueOf(id);
|
|
|
|
|
mySqlService.deleteMySql(num);
|
|
|
|
|