数据监控默认账户密码防止越权访问
This commit is contained in:
@ -25,7 +25,7 @@ import com.ruoyi.common.utils.sql.SqlUtil;
|
||||
*/
|
||||
public class BaseController
|
||||
{
|
||||
protected final Logger logger = LoggerFactory.getLogger(BaseController.class);
|
||||
protected final Logger logger = LoggerFactory.getLogger(this.getClass());
|
||||
|
||||
/**
|
||||
* 将前台传递过来的日期格式的字符串,自动转化为Date类型
|
||||
|
Reference in New Issue
Block a user