问答详情
源自:3-3 通过代码实现事务管理

from=accountDao.get(1); to=accountDao.get(2);为什么我这里有错误啊

from=accountDao.get(1);
to=accountDao.get(2);

为什么我的代码在get下面有红线啊?有知道的告下可以嘛?

提问者:Emotion0 2016-12-05 18:45

个回答

  • Emotion0
    2016-12-06 15:39:49

    我见视频里也没有写GET的方法,别人的可以运行,我的就报错了

  • 慕娘8039740
    2016-12-05 22:13:59

    要在AccountD里面写get的方法,然后就可以调用了