feilong icon indicating copy to clipboard operation
feilong copied to clipboard

日志条件可以封装

Open venusdrogon opened this issue 1 year ago • 1 comments


   BookIdModel bookIdModel = categoryDao.querylibId, catalogId);

        if (null == bookIdModel){
            if (LOGGER.isErrorEnabled()){
                LOGGER.error("libId:[{}],catalogId:[{}]", libId, catalogId);
            }
            return null;
        }

venusdrogon avatar Sep 23 '22 02:09 venusdrogon

输出的位置 有点难搞

venusdrogon avatar Oct 24 '22 05:10 venusdrogon