优化日志模块,不往备注里面写入内容
This commit is contained in:
@@ -206,7 +206,6 @@ public class LogService {
|
||||
Byte status = 0;
|
||||
log.setStatus(status);
|
||||
log.setContentdetails(type + getModule(apiName));
|
||||
log.setRemark(type + getModule(apiName));
|
||||
try{
|
||||
logMapper.insertSelective(log);
|
||||
}catch(Exception e){
|
||||
|
||||
Reference in New Issue
Block a user