From 27df1079c1d230fab29f565f5209f2a02e0def8a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 20 七月 2026 16:56:51 +0800
Subject: [PATCH] 省立同德的功能
---
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