public TestDIServiceImpl(TestDao testDao){
super();
this.testDao = testDao;
}
比如更改testDao为testDao1,老师的报错,我的却没有报错
我这边可以复现报错的情况,你看看你的方法体有没有修改
是不是哪里写错了呀