1、调整业务码;
2、行为日志添加默认的opertor(admin)和optime(当前时间);
This commit is contained in:
@@ -37,7 +37,7 @@ public class ConfigPzIdController extends BaseRestController {
|
||||
public Map configPzIdSources(ConfigPzIdSource configPzIdSource, HttpServletRequest request,
|
||||
HttpServletResponse response) {
|
||||
long start = System.currentTimeMillis();
|
||||
SaveRequestLogThread thread = super.saveRequestLog(servicesRequestLogService, Constants.OPACTION_POST, request,
|
||||
SaveRequestLogThread thread = super.saveRequestLog(servicesRequestLogService, Constants.OPACTION_GET, request,
|
||||
configPzIdSource);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user