1、调整业务码;
2、行为日志添加默认的opertor(admin)和optime(当前时间);
This commit is contained in:
@@ -371,6 +371,9 @@ public class BaseRestController {
|
||||
thread.setOperator(source.getOperator());
|
||||
thread.setVersion(source.getVersion());
|
||||
thread.setOpTime(source.getOpTime());
|
||||
}else{
|
||||
thread.setOperator("admin");
|
||||
thread.setOpTime(new Date());
|
||||
}
|
||||
logger.info("SaveRequestLogThread初始化结束----" + System.currentTimeMillis());
|
||||
return thread;
|
||||
|
||||
Reference in New Issue
Block a user