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