opt:回传倒出优化

This commit is contained in:
zhangzq
2025-02-13 14:40:27 +08:00
parent 28874259d9
commit 2e63e6bded
2 changed files with 2 additions and 5 deletions

View File

@@ -101,11 +101,7 @@ public class LogAspect {
Object result;
try {
log.info("[--request--][请求接口:{}][请求参数:{}]", url, params);
currentTime.set(System.currentTimeMillis());
result = joinPoint.proceed();
SysLog log = new SysLog("INFO", System.currentTimeMillis() - currentTime.get());
currentTime.remove();
logService.save(getUsername(), StringUtils.getBrowser(request), StringUtils.getIp(request), joinPoint, log);
}catch (Exception ex) {
StringBuffer errorStack = new StringBuffer();
errorStack.append("<br/>【异常堆栈:");

View File

@@ -332,7 +332,7 @@
IF 输入.flag = "30"
PAGEQUERY
SELECT
ios2.di,
ios2.*,
IFNULL(dtl2.vbeln,'') as vbeln
FROM
(
@@ -407,6 +407,7 @@
INNER JOIN (
SELECT
dtl.iostorinv_id,
MAX( vbeln ) AS vbeln
FROM
st_ivt_iostorinvdtl dtl
WHERE