修改方法
parent
fcdc713449
commit
d36cdeb725
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue