1、调整业务码;

2、行为日志添加默认的opertor(admin)和optime(当前时间);
This commit is contained in:
zhangdongxu
2018-07-10 17:24:42 +08:00
parent 20c49800d6
commit 72325b50ca
3 changed files with 90 additions and 87 deletions

View File

@@ -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 {