From 1f66eb9a6353d638f5b9cb33b934bd4705e4efed Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 29 七月 2026 17:35:56 +0800
Subject: [PATCH] Merge branch 'master-任务组'
---
smartor/src/main/java/com/smartor/service/impl/IvrLibaTargetServiceImpl.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/service/impl/IvrLibaTargetServiceImpl.java b/smartor/src/main/java/com/smartor/service/impl/IvrLibaTargetServiceImpl.java
index dcd02f2..5973bd5 100644
--- a/smartor/src/main/java/com/smartor/service/impl/IvrLibaTargetServiceImpl.java
+++ b/smartor/src/main/java/com/smartor/service/impl/IvrLibaTargetServiceImpl.java
@@ -202,7 +202,8 @@
}
//鎸囨爣搴撴帓搴�
-// ivrLibaTargetoption.setGuid(ivrLibaTargetVO.getGuid());
+ ivrLibaTargetoption.setSortid(ivrLibaTargetoption.getGuid());
+ ivrLibaTargetoption.setGuid(ivrLibaTargetVO.getGuid());
ivrLibaTargetoption.setOrgid(ivrLibaTargetVO.getOrgid());
if (ivrLibaTargetoption.getIsoperation() != null && ivrLibaTargetoption.getIsoperation() == 1) {
//鏂板
--
Gitblit v1.9.3