主题 : v8.1升级9.1时报错
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
51#   发表于:2019-04-11 09:53:16  IP:117.152.*.*
稍等我看下这个表是干什么的   然后您上面发的哪个贴是报的CmsSms is not mapped  这个错误  这个是由于查询语句不对应表导致的
每天告诉自己一次,“我真的很不错”。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
52#   发表于:2019-04-11 09:55:28  IP:117.152.*.*
您好   我刚刚看了下   这个是cms 的短信服务配置表  没有数据应该是由于您没有配置这个短信的信息导致的
每天告诉自己一次,“我真的很不错”。
级别: 商业授权用户
UID: 117489
积分:256 加为好友
威望: 1 精华: 0
主题:18 回复:105
注册时间:2017-10-25
在线时长:0
53#   发表于:2019-04-11 10:22:05  IP:223.159.*.*
现在站点设置、站点管理、系统设置、短信服务,这几个功能都报cmssms is not mapped这个错误,cmssms对应的jc_cms已经创建了。
如果是短信能否把这个功能给禁用呢?

<hibernate-mapping package="com.jeecms.core.entity">
       <class
              name="CmsSms"
              table="jc_sms"
       >
              <meta attribute="sync-DAO">false</meta>
              <cache usage="read-write"/>
              <id
                     name="id"
                     type="integer"
                     column="id"
              >
                     <generator class="identity"/>
              </id>
             
              <property name="name" column="name" type="string" length="255" not-null="true"></property>
              <property name="accessKeyId" column="access_key_id" type="string" length="255" not-null="true"></property>
              <property name="accessKeySecret" column="access_key_secret" type="string" length="255" not-null="true"></property>
              <property name="templateCode" column="template_code" type="string" length="255" not-null="false"></property>
              <property name="templateParam" column="template_param" type="string" length="255" not-null="false"></property>
              <property name="intervalTime" column="interval_time" type="integer" length="11" not-null="false"></property>
              <property name="intervalUnit" column="interval_unit" type="java.lang.Byte" length="2" not-null="false"></property>
              <property name="effectiveTime" column="effective_time" type="integer" length="11" not-null="false"></property>
              <property name="effectiveUnit" column="effective_unit" type="java.lang.Byte" length="2" not-null="false"></property>
            <property name="signName" column="sign_name" type="string" length="255" not-null="false"></property>
              <property name="smsUpExtendCode" column="sms_up_extend_code" type="string" length="255" not-null="false"></property>
              <property name="outId" column="out_id" type="string" length="255" not-null="false"></property>
              <property name="nationCode" column="nation_code" type="string" length="255" not-null="false"></property>
              <property name="endPoint" column="end_point" type="string" length="255" not-null="false"></property>
              <property name="invokeId" column="invoke_id" type="string" length="255" not-null="false"></property>
              <property name="source" column="sms_source" type="java.lang.Byte" length="2" not-null="false"></property>
              <property name="isCode" column="is_code" type="java.lang.Boolean" length="1" not-null="false"></property>
              <property name="createTime" column="create_time" type="timestamp" not-null="true" length="19"></property>
              <property name="randomNum" column="random_num" type="integer" not-null="false" length="11"></property>
             
              <set name="smsRecords" inverse="true" cascade="all">
                     <key column="sms_id"></key>
                     <one-to-many class="com.jeecms.core.entity.CmsSmsRecord"/>
              </set>
       </class>
</hibernate-mapping>
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
54#   发表于:2019-04-11 10:23:58  IP:117.152.*.*
您好   您说的禁用这个功能如果您没有这方面的需要当然是可以的   
每天告诉自己一次,“我真的很不错”。
级别: 商业授权用户
UID: 117489
积分:256 加为好友
威望: 1 精华: 0
主题:18 回复:105
注册时间:2017-10-25
在线时长:0
55#   发表于:2019-04-11 10:25:22  IP:223.159.*.*
在哪里可以禁用,我想先禁用了试试
级别: 商业授权用户
UID: 117489
积分:256 加为好友
威望: 1 精华: 0
主题:18 回复:105
注册时间:2017-10-25
在线时长:0
56#   发表于:2019-04-11 10:27:48  IP:223.159.*.*
站点设置、站点管理、系统设置、短信服务,这几个功能的修改和创建都不能用,点击完没有任何反应
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
57#   发表于:2019-04-11 10:31:14  IP:117.152.*.*
您好   要不这样吧   您发下您的邮箱   我发下最新的9.3的root给您  您换下jdbc试下可以使用吗?
每天告诉自己一次,“我真的很不错”。
级别: 商业授权用户
UID: 117489
积分:256 加为好友
威望: 1 精华: 0
主题:18 回复:105
注册时间:2017-10-25
在线时长:0
58#   发表于:2019-04-11 10:44:47  IP:223.159.*.*
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
59#   发表于:2019-04-11 10:45:32  IP:117.152.*.*
好的    稍等下
每天告诉自己一次,“我真的很不错”。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
60#   发表于:2019-04-11 10:49:24  IP:117.152.*.*
已经发您了   您看下收到了吗?
每天告诉自己一次,“我真的很不错”。
|< < 1 2 3 4 5 6 7 > >| 共7页