fix():整理代码格式

dev.entOperation
crj 2024-10-07 20:14:44 +08:00
parent 9bb39ec32a
commit c08a1376d6
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ public class SysUserController extends BaseController {
"remark varchar(32) comment '备注')";
//连接数据库
try {
Connection connection = DriverManager.getConnection(url, name, password);
//用于执行编译sql语句的对象
Statement connStatement = connection.createStatement();