opt:回传倒出优化
This commit is contained in:
@@ -101,11 +101,7 @@ public class LogAspect {
|
|||||||
Object result;
|
Object result;
|
||||||
try {
|
try {
|
||||||
log.info("[--request--][请求接口:{}][请求参数:{}]", url, params);
|
log.info("[--request--][请求接口:{}][请求参数:{}]", url, params);
|
||||||
currentTime.set(System.currentTimeMillis());
|
|
||||||
result = joinPoint.proceed();
|
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) {
|
}catch (Exception ex) {
|
||||||
StringBuffer errorStack = new StringBuffer();
|
StringBuffer errorStack = new StringBuffer();
|
||||||
errorStack.append("<br/>【异常堆栈:");
|
errorStack.append("<br/>【异常堆栈:");
|
||||||
|
|||||||
@@ -332,7 +332,7 @@
|
|||||||
IF 输入.flag = "30"
|
IF 输入.flag = "30"
|
||||||
PAGEQUERY
|
PAGEQUERY
|
||||||
SELECT
|
SELECT
|
||||||
ios2.di,
|
ios2.*,
|
||||||
IFNULL(dtl2.vbeln,'') as vbeln
|
IFNULL(dtl2.vbeln,'') as vbeln
|
||||||
FROM
|
FROM
|
||||||
(
|
(
|
||||||
@@ -407,6 +407,7 @@
|
|||||||
INNER JOIN (
|
INNER JOIN (
|
||||||
SELECT
|
SELECT
|
||||||
dtl.iostorinv_id,
|
dtl.iostorinv_id,
|
||||||
|
MAX( vbeln ) AS vbeln
|
||||||
FROM
|
FROM
|
||||||
st_ivt_iostorinvdtl dtl
|
st_ivt_iostorinvdtl dtl
|
||||||
WHERE
|
WHERE
|
||||||
|
|||||||
Reference in New Issue
Block a user