|
@@ -29,7 +29,7 @@ import com.ruoyi.common.utils.sql.SqlUtil;
|
|
*/
|
|
*/
|
|
public class BaseController
|
|
public class BaseController
|
|
{
|
|
{
|
|
- protected final Logger logger = LoggerFactory.getLogger(BaseController.class);
|
|
|
|
|
|
+ protected final Logger logger = LoggerFactory.getLogger(this.getClass());
|
|
|
|
|
|
/**
|
|
/**
|
|
* 将前台传递过来的日期格式的字符串,自动转化为Date类型
|
|
* 将前台传递过来的日期格式的字符串,自动转化为Date类型
|