|
在登陆时报错。
org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL [select a.id,a.realname,d.imsign,a.userkey,a.username ,c.org_code as departid ,SUBSTR(c.org_code,1,3) as maindepartid ,d.portrait from t_s_base_user a , t_s_user_org b ,t_s_depart c ,t_s_user d where a.ID =b.user_id and b.org_id=c.id and a.ID=d.id]; SQL state [S00010]; error code [195]; 'SUBSTR' 不是可以识别的 内置函数名称。; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: 'SUBSTR' 不是可以识别的 内置函数名称。
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:84)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
|
|