opt:回传倒出优化
This commit is contained in:
@@ -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/>【异常堆栈:");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user