From ee168c490da9ac9a82422d1bcd2ac60c0a7bc1c8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 25 三月 2026 16:06:35 +0800
Subject: [PATCH] 模糊查询时,创建的存储过程没有带QUOTE,导致报错

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

diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
index eb5dc3b..fb596fc 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScript.java
@@ -37,6 +37,13 @@
     private Long scriptno;
 
     /**
+     * 绫诲埆ID
+     */
+    @Excel(name = "绫诲埆ID")
+    @ApiModelProperty(value = "绫诲埆ID")
+    private Long assortid;
+
+    /**
      * 閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)
      */
     @Excel(name = "閫夐」鍒嗘敮鏍囪瘑(0:鏃犲垎鏀�1:鏈夊垎鏀�)")
@@ -280,7 +287,7 @@
      * 搴忓彿
      */
     @ApiModelProperty(value = "搴忓彿")
-    private Integer sort;
+    private Long sort;
 
 
     /**

--
Gitblit v1.9.3