From 94462d19bb33abe9654781d791ae0163a3e0e37e Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 27 一月 2026 16:29:07 +0800
Subject: [PATCH] 【丽水】微信已发送、已领取视为发送成功,不再进行补偿 改为 当前发送方式为微信的,且下一发送方式为短信的,微信发送状态为已发送、已领取的,跳过短信步骤

---
 smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
index 4bfbb67..1d4423f 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -35,6 +35,7 @@
     @ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿")
     private Long scriptno;
 
+
     /**
      * 妯℃澘ID
      */
@@ -181,6 +182,13 @@
     @ApiModelProperty(value = "绫诲埆鍚�")
     private String categoryName;
 
+    /**
+     * 绫诲埆ID
+     */
+    @Excel(name = "绫诲埆ID")
+    @ApiModelProperty(value = "绫诲埆ID")
+    private Long assortid;
+
 //    /**
 //     * 鎸囨爣閫夐」
 //     */

--
Gitblit v1.9.3