sql报错

Exception when executing command: org.springframework.jdbc.UncategorizedSQLException: Failed performing 'map-sql' operation (id=/platformPayment/getPaymentInputinput={}); uncategorized SQLException for SQL [ select p.*        from tbl_pc_svc_provider_detail p       left join tbl_pc_svc_provider pc        on p.svc_provider_id = pc.svc_provider_id               where p.type='input'      ]; SQL state [null]; error code [0]; null; nested exception is java.sql.SQLException

解答:已经执行了sql语句,说明是sql语句写错了

你可能感兴趣的:(sql,jdbc)