摘要:
一、报错信息 Caused by: Column 'xxxx' in where clause is ambiguous 二、报错原因 表 person 和 表 class 都有字段 id 和 name ,所以要给它们增加别名来进行区分。 PersonVOMapper.java public int 阅读全文
posted @ 2021-02-03 21:38
牧之丨
阅读(2849)
评论(0)
推荐(0)
摘要:
public boolean checkConnection() throws JSchException { try { JSch jsch = new JSch(); Session session = sch.getSession(username, host); session.setPor 阅读全文
posted @ 2021-02-03 14:05
牧之丨
阅读(581)
评论(0)
推荐(0)
浙公网安备 33010602011771号