a312983516 opened a new issue #6464:
URL: https://github.com/apache/shardingsphere/issues/6464


   org.mybatis.spring.MyBatisSystemException: nested exception is 
org.apache.ibatis.exceptions.PersistenceException: 
   ### Error querying database.  Cause: 
java.lang.UnsupportedOperationException: Cannot support database type 'SQL92'
   ### The error may exist in 
com/kingxunlian/invoicing/service/issue/dao/mapper/EInvoiceMapper.java (best 
guess)
   ### The error may involve defaultParameterMap
   ### The error occurred while setting parameters
   ### SQL: SELECT  
id,company_id,request_no,invoice_code,invoice_no,terminal_code,invoice_date,invoice_status,upload_mark,virtual_device_no,saler_tax_no,buyer_tax_no,file_name,content,sign_code,is_deleted,create_time,update_time
  FROM kxl_e_invoice     WHERE request_no = ?
   ### Cause: java.lang.UnsupportedOperationException: Cannot support database 
type 'SQL92'
        at 
org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:77)
        at 
org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:446)
        at com.sun.proxy.$Proxy133.selectList(Unknown Source)
        at 
org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:230)
        at 
com.baomidou.mybatisplus.core.override.PageMapperMethod.executeForMany(PageMapperMethod.java:173)
        at 
com.baomidou.mybatisplus.core.override.PageMapperMethod.execute(PageMapperMethod.java:86)
        at 
com.baomidou.mybatisplus.core.override.PageMapperProxy.invoke(PageMapperProxy.java:64)
        at com.sun.proxy.$Proxy136.selectList(Unknown Source)
        at 
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.getOne(ServiceImpl.java:276)
        at 
com.baomidou.mybatisplus.extension.service.IService.getOne(IService.java:209)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to