Commit 24590c2f by 黄森林

二维码提交

parent e9a67ee8
...@@ -38,10 +38,10 @@ public class DankuanController { ...@@ -38,10 +38,10 @@ public class DankuanController {
@Autowired @Autowired
public DankuanController(ProductMapper productMapper,SchoolMapper schoolMapper,AppMapper appMapper,UniversityInfoMapper universityInfoMapper ){ public DankuanController(ProductMapper productMapper,SchoolMapper schoolMapper,AppMapper appMapper,UniversityInfoMapper universityInfoMapper ){
this.productMapper=productMapper; DankuanController.productMapper=productMapper;
this.schoolMapper=schoolMapper; DankuanController.schoolMapper=schoolMapper;
this.appMapper=appMapper; DankuanController.appMapper=appMapper;
this.universityInfoMapper=universityInfoMapper; DankuanController.universityInfoMapper=universityInfoMapper;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment