|
|
@@ -79,7 +79,7 @@ public class OrderOperationLogAspect {
|
|
|
isExistsMainOrder = true;
|
|
|
}
|
|
|
result = joinPoint.proceed(); // 执行方法
|
|
|
- this.createLog(result,log, quoteVo,isExistsMainOrder);
|
|
|
+ this.createLog(result,log,isExistsMainOrder);
|
|
|
break;
|
|
|
// 核保
|
|
|
case 5:
|
|
|
@@ -286,7 +286,7 @@ public class OrderOperationLogAspect {
|
|
|
* @param log
|
|
|
* @param isExistsMainOrder
|
|
|
*/
|
|
|
- private void createLog(Object result, OrderOperationLog log, QuoteVo quoteVo, boolean isExistsMainOrder) throws Throwable {
|
|
|
+ private void createLog(Object result, OrderOperationLog log, boolean isExistsMainOrder) throws Throwable {
|
|
|
|
|
|
// 定义要提取的字段
|
|
|
List<SpElMapping> mappings = List.of(
|