修改方法

master
lwj 2024-09-10 16:12:11 +08:00
parent fcdc713449
commit d36cdeb725
1 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,6 @@ import com.muyu.domain.Accredit;
import com.muyu.domain.rep.AccreditDeptRep;
import com.muyu.domain.rep.AccreditUserRep;
import com.muyu.domain.req.AccreditReq;
import com.muyu.mysql.MySqlDataSource;
import com.muyu.mysql.MySqlQuery;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@ -23,8 +21,8 @@ public class AccreditController {
private AccreditService accreditService;
@Autowired
private TableInfoService tableInfoService;
@Autowired
private MySqlDataSource mySqlDataSource;
// @Autowired
// private MySqlDataSource mySqlDataSource;
//根据表Id查询数据库名称接入名称和表名称
@GetMapping("/findAccredit")