From 935a169cb012728fd01cb96382b25783928c846a Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Mon, 30 Oct 2023 14:42:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E5=85=B3=E9=97=AD=E6=89=93=E5=BC=80=E6=8F=92?= =?UTF-8?q?=E5=85=A5=E5=B7=B2=E9=98=85=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../awspaas/user/apps/integration/oauth/TaskController.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oauth/TaskController.java b/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oauth/TaskController.java index 26c9812e..9603cb14 100644 --- a/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oauth/TaskController.java +++ b/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oauth/TaskController.java @@ -745,12 +745,11 @@ public class TaskController { } // 用户打开阅览界面日志 - //setUserLog(processInstId, me.getUID(), "3"); + setUserLog(processInstId, me.getUID(), "3",conn); long have_time = System.currentTimeMillis(); System.out.println("com.yili_process_page耗时时间>>>>>>>>>>>>"+(have_time-start_time)/ 1000 + "秒"); - DBSql.close(conn); // } } catch (Exception e) { e.printStackTrace(); @@ -1446,7 +1445,7 @@ public class TaskController { } System.out.println("插入待阅日志开始========================"); // 用户打开阅览界面日志 - //setUserLog(processInstId, me.getUID(), "3"); + setUserLog(processInstId, me.getUID(), "3",conn); System.out.println("插入待阅日志结束========================"); /* * JSONObject jsonObject = new JSONObject(); SimpleDateFormat sdf = new @@ -1491,7 +1490,6 @@ public class TaskController { * DBSql.update("update BO_EU_PAL_READ_LOG set READNUM = '" + read_num + * "' where PROCESSID = '" + processInstId + "'"); } */ - DBSql.close(conn); } catch (Exception e) { e.printStackTrace(); } finally {