update 使用 jackson 全局处理时间

2.X
疯狂的狮子li 3 years ago
parent 82509d3ffc
commit bafb58cd8e

@ -25,23 +25,6 @@ import com.ruoyi.common.core.web.page.TableDataInfo;
public class BaseController
{
/**
* Date
*/
@InitBinder
public void initBinder(WebDataBinder binder)
{
// Date 类型转换
binder.registerCustomEditor(Date.class, new PropertyEditorSupport()
{
@Override
public void setAsText(String text)
{
setValue(DateUtils.parseDate(text));
}
});
}
/**
*
*/

Loading…
Cancel
Save