起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 9598|回复: 32

[处理中] blobImage组件,不能编辑是怎么回事呢

[复制链接]

36

主题

137

帖子

157

积分

初级会员

Rank: 2

积分
157
QQ
发表于 2016-9-7 17:42:40 | 显示全部楼层 |阅读模式
blobImage 局替要咋配置呢,我是按照组织机构里面的那个配置,但是都不能编辑。
80~~N[(VQ1%YHG5BP4O8~9U.png

FV`MQXD(Y74]I{0E$O~DY.png

91

主题

13万

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
35920
发表于 2016-9-7 17:44:33 | 显示全部楼层
数据先保存后才可以编辑blobImage
远程的联系方法QQ1392416607,添加好友时,需在备注里注明其论坛名字及ID,公司等信息
发远程时同时也发一下帖子地址,方便了解要解决的问题  WeX5教程  WeX5下载



如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

36

主题

137

帖子

157

积分

初级会员

Rank: 2

积分
157
QQ
 楼主| 发表于 2016-9-7 17:47:11 | 显示全部楼层
本帖最后由 hyhdev 于 2016-9-7 17:54 编辑
jishuang 发表于 2016-9-7 17:44
数据先保存后才可以编辑blobImage

我有保存的,这是blobImage的代码

  <div class="form-horizontal container-fluid" component="$UI/system/components/bootstrap/form/form"
    xid="form">
    <div class="form-group" style="height:200;">
      <div class="col-sm-2" style="top:30;">
        <label class="control-label" bind-text="dialogData.label('EXPERT_NO')"><![CDATA[编号]]></label>
      </div>  
      <div class="col-sm-4" style="top:30;">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('EXPERT_NO')"/>
      </div>  
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('PHOTO')"><![CDATA[照片]]></label>
      </div>  
      <div class="col-sm-4">
        <div class="x-blob" component="$UI/system/components/justep/blob/blobImage" style="height:auto;width:61%;" xid="blobImage1" bind-ref='$model.dialogData.ref("PHOTO")' blobRelation="PHOTO" limitSize="1m" blobConcept="Doctor_base_info">
   <div class="x-blob-bar" xid="div1">
    <i class="x-blob-edit icon-compose" xid="i3"></i>
    <i class="x-blob-del icon-close-round" xid="i4"></i></div>
   <img class="x-blob-img x-autofill" xid="image1" style="border:dashed thin #C0C0C0;"></img></div></div>
    </div>
    <div class="form-group">
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('DOCTOR_NAME')"><![CDATA[姓名]]></label>
      </div>  
      <div class="col-sm-4">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('DOCTOR_NAME')"/>
      </div>  
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('SEX_CODE')"><![CDATA[性别]]></label>
      </div>  
      <div class="col-sm-4">
        <select component="$UI/system/components/justep/select/select" bind-optionsCaption="请选择..." class="form-control" xid="select1" bind-options="sexData" bind-optionsValue="CODE" bind-optionsLabel="DICT_NAME" bind-ref='$model.dialogData.ref("SEX_CODE")'/></div>
    </div>
    <div class="form-group">
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('BIRTH_DATE')"><![CDATA[出生日期]]></label>
      </div>  
      <div class="col-sm-4">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('BIRTH_DATE')"/>
      </div>  
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('TEL_PHONE')"><![CDATA[联系电话]]></label>
      </div>  
      <div class="col-sm-4">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('TEL_PHONE')"/>
      </div>
    </div>
    <div class="form-group">
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('ID_TYPE_CODE')"><![CDATA[身份类别]]></label>
      </div>  
      <div class="col-sm-4">
        <select component="$UI/system/components/justep/select/select" bind-optionsCaption="请选择..." class="form-control" xid="select2" bind-ref='$model.dialogData.ref("ID_TYPE_CODE")' bind-options="idTypeData" bind-optionsValue="CODE" bind-optionsLabel="DICT_NAME"></select></div>  
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('ID_NO')"><![CDATA[身份证号]]></label>
      </div>  
      <div class="col-sm-4">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('ID_NO')"/>
      </div>
    </div>
    <div class="form-group">
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('ORG_NAME')"><![CDATA[组织名称]]></label>
      </div>  
      <div class="col-sm-4">
        <div class="x-gridSelect" component="$UI/system/components/justep/gridSelect/gridSelect" xid="gridSelect1" bind-ref='$model.dialogData.ref("ORG_NAME")' bind-extRef='$model.dialogData.ref("ORG_CODE")'>
   <option xid="option1" data="orgData" value="DICT_NAME" label="DICT_NAME" ext="CODE"></option></div></div>  
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('DEPT_NAME')"><![CDATA[科室名称]]></label>
      </div>  
      <div class="col-sm-4">
        <div class="x-gridSelect" component="$UI/system/components/justep/gridSelect/gridSelect" xid="gridSelect2" bind-ref='$model.dialogData.ref("DEPT_NAME")' bind-extRef='$model.dialogData.ref("DEPT_CODE")'>
   <option xid="option2" data="deptData" value="DICT_NAME" label="DICT_NAME" ext="CODE"></option></div></div>
    </div>
    <div class="form-group">
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('PRACTICING_LICENSE')"><![CDATA[专家资格证]]></label>
      </div>  
      <div class="col-sm-4">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('PRACTICING_LICENSE')"/>
      </div>  
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('TITLE_CODE')"><![CDATA[职称]]></label>
      </div>  
      <div class="col-sm-4">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('TITLE_CODE')"/>
      </div>
    </div>
    <div class="form-group">
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('EDUCATION_CODE')"><![CDATA[学历]]></label>
      </div>  
      <div class="col-sm-4">
        <select component="$UI/system/components/justep/select/select" bind-optionsCaption="请选择学历..." class="form-control" xid="select5" bind-ref='$model.dialogData.ref("EDUCATION_CODE")' bind-options="eduData" bind-optionsValue="CODE" bind-optionsLabel="DICT_NAME"></select></div>  
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('DEGREE_CODE')"><![CDATA[学位]]></label>
      </div>  
      <div class="col-sm-4">
        <select component="$UI/system/components/justep/select/select" bind-optionsCaption="请选择学位..." class="form-control" xid="select6" bind-ref='$model.dialogData.ref("DEGREE_CODE")' bind-options="degreeData" bind-optionsValue="CODE" bind-optionsLabel="DICT_NAME"></select></div>
    </div>
    <div class="form-group">
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('TITLE_GRADE_CODE')"><![CDATA[职称级别]]></label>
      </div>  
      <div class="col-sm-4">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('TITLE_GRADE_CODE')"/>
      </div>  
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('EMAIL')"><![CDATA[邮箱地址]]></label>
      </div>  
      <div class="col-sm-4">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('EMAIL')"/>
      </div>
    </div>
    <div class="form-group">
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('EXPERT_FLAG')"><![CDATA[专家标识]]></label>
      </div>  
      <div class="col-sm-4">
        <input class="form-control" component="$UI/system/components/justep/input/input"
          data="dialogData" bind-ref="dialogData.ref('EXPERT_FLAG')"/>
      </div>  
      <div class="col-sm-2">
        <label class="control-label" bind-text="dialogData.label('EXPERTISE_INTRODUCE')"><![CDATA[擅长领域]]></label>
      </div>  
      <div class="col-sm-4">
        <textarea class="form-control" component="$UI/system/components/justep/textarea/textarea"
          data="dialogData" bind-ref="dialogData.ref('EXPERTISE_INTRODUCE')"/>
      </div>
    </div>

    <div class="x-panel-bottom" xid="bottom1" height="42">
      <a class="btn btn-link btn-only-label x-dialog-button" component="$UI/system/components/justep/button/button"
        label="取    消" style="margin-left:30px;width:80px;"
        xid="cancelBtn">
        <i xid="i4_1"/>  
        <span xid="span4_1">取 消</span>
      </a>  
      <a component="$UI/system/components/justep/button/button" class="btn btn-primary x-dialog-button"
        label="确定" xid="OKBtn">
        <i xid="i1"/>  
        <span xid="span1">确定</span>
      </a>
    </div>
  </div>  

回复 支持 反对

使用道具 举报

91

主题

13万

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
35920
发表于 2016-9-7 18:00:38 | 显示全部楼层
当前编辑的这条数据保存到数据库了吗?
远程的联系方法QQ1392416607,添加好友时,需在备注里注明其论坛名字及ID,公司等信息
发远程时同时也发一下帖子地址,方便了解要解决的问题  WeX5教程  WeX5下载



如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

36

主题

137

帖子

157

积分

初级会员

Rank: 2

积分
157
QQ
 楼主| 发表于 2016-9-7 18:05:05 | 显示全部楼层
jishuang 发表于 2016-9-7 18:00
当前编辑的这条数据保存到数据库了吗?

保存到数据库了绑定的PHOTO字段是空的
回复 支持 反对

使用道具 举报

91

主题

13万

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
35920
发表于 2016-9-8 08:55:43 | 显示全部楼层
保存到数据库后,再通过页面编辑这条数据上传图片再保存
远程的联系方法QQ1392416607,添加好友时,需在备注里注明其论坛名字及ID,公司等信息
发远程时同时也发一下帖子地址,方便了解要解决的问题  WeX5教程  WeX5下载



如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

36

主题

137

帖子

157

积分

初级会员

Rank: 2

积分
157
QQ
 楼主| 发表于 2016-9-8 10:42:32 | 显示全部楼层
jishuang 发表于 2016-9-8 08:55
保存到数据库后,再通过页面编辑这条数据上传图片再保存

还是不行,我换成attachmentImage,但是报错了,是要引用什么模块和动作吗


2016-09-08 10:34:33 excute stream action, params:{"accept":"application/json","action":"queryLinkDefineMap","actionFlag":"__action_0__","activity":"mainActivity","contentType":"json","executeContext":"","executor":"","parameters":{"linkActivity":"mainActivity","linkProcess":"/RMP/RCC/process/doctor_Info/doctor_InfoProcess"},"process":"/SA/doc/system/systemProcess"}
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at com.justep.system.action.Engine.invokeActions(Native Method)
        at com.justep.system.action.Engine.invokeActions(Unknown Source)
        at com.justep.business.server.BusinessServer.doAction(Unknown Source)
        at com.justep.business.server.BusinessServer.doExcute(Unknown Source)
        at com.justep.business.server.BusinessServer.excute(Unknown Source)
        at com.justep.business.server.BusinessServer.excute(Unknown Source)
        at com.justep.business.server.BusinessServerServlet.execService(Unknown Source)
        at com.justep.business.server.BusinessServerServlet.service(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
        at com.justep.x.bs.BusinessServerServlet.service(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:745)
Caused by: com.justep.exception.BusinessException: 编码: JUSTEP150210; 提示: 执行KSQL出错, KSQL: select SA_DocLinkDefine,SA_DocLinkDefine.sDefineItems,SA_DocLinkDefine.sActivity,SA_DocLinkDefine.sPersonFID from SA_DocLinkDefine SA_DocLinkDefine where (SA_DocLinkDefine.sProcess='/RMP/RCC/process/doctor_Info/doctor_InfoProcess' and (SA_DocLinkDefine.sActivity='' or SA_DocLinkDefine.sActivity IS NULL)) or (SA_DocLinkDefine.sProcess='/RMP/RCC/process/doctor_Info/doctor_InfoProcess' and SA_DocLinkDefine.sActivity='mainActivity')  order by SA_DocLinkDefine.sActivity desc
--> sql: SELECT  SA_DocLinkDefine.sID, SA_DocLinkDefine.SDEFINEITEMS AS sDefineItems, SA_DocLinkDefine.SACTIVITY AS sActivity, SA_DocLinkDefine.SPERSONFID AS sPersonFID FROM SA_DocLinkDefine SA_DocLinkDefine  WHERE  ( (SA_DocLinkDefine.SPROCESS = ?) AND ( (SA_DocLinkDefine.SACTIVITY = ?) OR (SA_DocLinkDefine.SACTIVITY IS NULL) ) ) OR ( (SA_DocLinkDefine.SPROCESS = ?) AND (SA_DocLinkDefine.SACTIVITY = ?) )   ORDER BY SA_DocLinkDefine.SACTIVITY DESC
--> binds: [/RMP/RCC/process/doctor_Info/doctor_InfoProcess, , /RMP/RCC/process/doctor_Info/doctor_InfoProcess, mainActivity]
        at com.justep.exception.BusinessException.create(Unknown Source)
        at com.justep.system.data.impl.TableUtilsImplement.ksqlSelect(Unknown Source)
        at com.justep.system.data.impl.TableUtilsImplement.ksqlSelect(Unknown Source)
        at com.justep.system.data.impl.TableUtilsImplement.ksqlSelect(Unknown Source)
        at com.justep.system.data.KSQL.select(Unknown Source)
        at com.justep.doc.attachment.AttachmentDefine.load(AttachmentDefine.java:70)
        at com.justep.doc.attachment.AttachmentDefine.<init>(AttachmentDefine.java:46)
        at com.justep.doc.attachment.AttachmentDefine.queryLinkDefineMap(AttachmentDefine.java:656)
        ... 27 more
Caused by: com.justep.exception.BusinessException: 编码: JUSTEP150039; 提示: 执行sql: SELECT  SA_DocLinkDefine.sID, SA_DocLinkDefine.SDEFINEITEMS AS sDefineItems, SA_DocLinkDefine.SACTIVITY AS sActivity, SA_DocLinkDefine.SPERSONFID AS sPersonFID FROM SA_DocLinkDefine SA_DocLinkDefine  WHERE  ( (SA_DocLinkDefine.SPROCESS = ?) AND ( (SA_DocLinkDefine.SACTIVITY = ?) OR (SA_DocLinkDefine.SACTIVITY IS NULL) ) ) OR ( (SA_DocLinkDefine.SPROCESS = ?) AND (SA_DocLinkDefine.SACTIVITY = ?) )   ORDER BY SA_DocLinkDefine.SACTIVITY DESC, binds: [/RMP/RCC/process/doctor_Info/doctor_InfoProcess, , /RMP/RCC/process/doctor_Info/doctor_InfoProcess, mainActivity]出错
        at com.justep.exception.BusinessException.create(Unknown Source)
        at com.justep.system.ksql.KSQLUtils.execSqlSelect(Unknown Source)
        ... 34 more
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'SA_DocLinkDefine.sID' in 'field list'
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
        at com.mysql.jdbc.Util.getInstance(Util.java:383)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3847)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3783)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2447)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2594)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2545)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1901)
        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2002)
        at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        ... 35 more
2016-09-08 10:34:46 excute stream action, params:{"accept":"application/json","action":"queryNoPermissionHostAction","actionFlag":"__action_0__","activity":"mainActivity","contentType":"json","executeContext":"","executor":"","parameters":{"docPath":"/defaultDocNameSpace","isFormAction":true,"isHttps":false,"urlPattern":"/repository/file/cache/upload"},"process":"/SA/doc/system/systemProcess"}
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at com.justep.system.action.Engine.invokeActions(Native Method)
        at com.justep.system.action.Engine.invokeActions(Unknown Source)
        at com.justep.business.server.BusinessServer.doAction(Unknown Source)
        at com.justep.business.server.BusinessServer.doExcute(Unknown Source)
        at com.justep.business.server.BusinessServer.excute(Unknown Source)
        at com.justep.business.server.BusinessServer.excute(Unknown Source)
        at com.justep.business.server.BusinessServerServlet.execService(Unknown Source)
        at com.justep.business.server.BusinessServerServlet.service(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
        at com.justep.x.bs.BusinessServerServlet.service(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:745)


回复 支持 反对

使用道具 举报

91

主题

13万

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
35920
发表于 2016-9-8 10:47:26 | 显示全部楼层
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'SA_DocLinkDefine.sID' in 'field list'
数据库中SA_DocLinkDefine中没有sID这个字段,数据库表是怎么初始化的?平台默认的初始化脚本中肯定是有sID的
远程的联系方法QQ1392416607,添加好友时,需在备注里注明其论坛名字及ID,公司等信息
发远程时同时也发一下帖子地址,方便了解要解决的问题  WeX5教程  WeX5下载



如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

36

主题

137

帖子

157

积分

初级会员

Rank: 2

积分
157
QQ
 楼主| 发表于 2016-9-8 11:00:54 | 显示全部楼层
本帖最后由 hyhdev 于 2016-9-8 11:18 编辑
jishuang 发表于 2016-9-8 10:47
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'SA_DocLinkDefine.sID' in  ...
2016-09-08 11:17:14 excute stream action, params:{"accept":"application/json","action":"queryLinkDefineMap","actionFlag":"__action_0__","activity":"mainActivity","contentType":"json","executeContext":"","executor":"","parameters":{"linkActivity":"mainActivity","linkProcess":"/RMP/RCC/process/doctor_Info/doctor_InfoProcess"},"process":"/SA/doc/system/systemProcess"}
java.lang.ClassNotFoundException: 模块"/SA/doc/logic/code"中找不到类"com.justep.doc.attachment.AttachmentDefine"
        at com.justep.model.impl.ModelImpl$ModelClassLoader.findClass(Unknown Source)




回复 支持 反对

使用道具 举报

91

主题

13万

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
35920
发表于 2016-9-8 11:18:29 | 显示全部楼层
报错的是系统库,跟应用库无关
系统就是system数据源连接的,里面的表应该是用平台默认的初始化脚本生成
远程的联系方法QQ1392416607,添加好友时,需在备注里注明其论坛名字及ID,公司等信息
发远程时同时也发一下帖子地址,方便了解要解决的问题  WeX5教程  WeX5下载



如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2024-5-4 07:55 , Processed in 0.061900 second(s), 26 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表