|

楼主 |
发表于 2017-7-25 11:06:25
|
显示全部楼层
C:\Users\admin\Desktop\QQ图片20170725110352.png
数据回显修改后点流转,报错
保存数据失败! ,
执行KSQL出错, KSQL: INSERT INTO HT_info HT_info(HT_info, HT_info.version, HT_info.amount, HT_info.attachment, HT_info.beginTime, HT_info.checkState, HT_info.code, HT_info.endTime, HT_info.executor, HT_info.fFID, HT_info.firstCompany, HT_info.moneyType, HT_info.name, HT_info.participator, HT_info.projectStatus, HT_info.property, HT_info.recordCode, HT_info.recordDate, HT_info.registrant, HT_info.remark, HT_info.signDate, HT_info.startOrg, HT_info.status, HT_info.type) VALUES (:HT_info, :version, :amount, :attachment, :beginTime, :checkState, :code, :endTime, :executor, :fFID, :firstCompany, :moneyType, :name, :participator, :projectStatus, :property, :recordCode, :recordDate, :registrant, :remark, :signDate, :startOrg, :status, :type)
编码:JUSTEP150210
隐藏详细
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: INSERT INTO HT_info HT_info(HT_info, HT_info.version, HT_info.amount, HT_info.attachment, HT_info.beginTime, HT_info.checkState, HT_info.code, HT_info.endTime, HT_info.executor, HT_info.fFID, HT_info.firstCompany, HT_info.moneyType, HT_info.name, HT_info.participator, HT_info.projectStatus, HT_info.property, HT_info.recordCode, HT_info.recordDate, HT_info.registrant, HT_info.remark, HT_info.signDate, HT_info.startOrg, HT_info.status, HT_info.type) VALUES (:HT_info, :version, :amount, :attachment, :beginTime, :checkState, :code, :endTime, :executor, :fFID, :firstCompany, :moneyType, :name, :participator, :projectStatus, :property, :recordCode, :recordDate, :registrant, :remark, :signDate, :startOrg, :status, :type) at com.justep.exception.BusinessException.create(Unknown Source) at com.justep.system.data.impl.TableUtilsImplement.ksqlInsert(Unknown Source) at com.justep.system.data.impl.TableUtilsImplement.ksqlExecuteUpdate(Unknown Source) at com.justep.system.data.KSQL.executeUpdate(Unknown Source) at com.justep.system.data.KSQL.executeUpdate(Unknown Source) at com.justep.system.data.impl.TableImpl.insert(Unknown Source) at com.justep.system.data.impl.TableImpl.save(Unknown Source) at com.justep.system.data.impl.TableImpl.save(Unknown Source) at com.justep.system.data.BizData.save(Unknown Source) at BizProcedure.save(BizProcedure.java:18) ... 27 more Caused by: com.justep.exception.BusinessException: 编码: JUSTEP150039; 提示: 执行sql: INSERT INTO HT_INFO (HT_INFO.fID, HT_INFO.VERSION, HT_INFO.AMOUNT, HT_INFO.ATTACHMENT, HT_INFO.BEGINTIME, HT_INFO.CHECKSTATE, HT_INFO.CODE, HT_INFO.ENDTIME, HT_INFO.EXECUTOR, HT_INFO.FFID, HT_INFO.FIRSTCOMPANY, HT_INFO.MONEYTYPE, HT_INFO.NAME, HT_INFO.PARTICIPATOR, HT_INFO.PROJECTSTATUS, HT_INFO.PROPERTY, HT_INFO.RECORDCODE, HT_INFO.RECORDDATE, HT_INFO.REGISTRANT, HT_INFO.REMARK, HT_INFO.SIGNDATE, HT_INFO.STARTORG, HT_INFO.STATUS, HT_INFO.TYPE) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ), binds: [5154C27F213D4984A803FB23780FFA24, 0, 123.45, null, 2017-07-17, 未抽查, JUSTEP0113, 2017-07-17, null, null, 12312, 人民币, ce, null, 已完成, 普通合同, null, 2017-07-18 22:09:31.0, system, null, 2017-07-04, 起步软件, null, 其他]出错 at com.justep.exception.BusinessException.create(Unknown Source) at com.justep.system.ksql.KSQLUtils.execSqlUpdate(Unknown Source) ... 36 more Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '5154C27F213D4984A803FB23780FFA24' for key 'PRIMARY' 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:973) 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.executeUpdate(PreparedStatement.java:2113) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2049) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2034) at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105) at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105) ... 37 more
|
|