修改资产授权添加sql
parent
17ea91c7b6
commit
d9330e77d8
|
@ -66,7 +66,6 @@ public class TableInfoController {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@GetMapping("/findStruceure/{id}")
|
@GetMapping("/findStruceure/{id}")
|
||||||
public Result<List<Structure>> findStruceure(@PathVariable("id") Integer id) {
|
public Result<List<Structure>> findStruceure(@PathVariable("id") Integer id) {
|
||||||
List<Structure> structureList= structureService.findStructurelistS(id);
|
List<Structure> structureList= structureService.findStructurelistS(id);
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<insert id="addMiddle">
|
<insert id="addMiddle">
|
||||||
INSERT INTO `text`.`middle`
|
INSERT INTO `text`.`middle`
|
||||||
(`basic_id`, `user_id`, `table_id`,
|
(`basic_id`, `user_id`, `table_id`,
|
||||||
`dept_id`,) VALUES ( #{basicId}, #{userId}, #{tableId}, #{deptId});
|
`dept_id`) VALUES ( #{basicId}, #{userId}, #{tableId}, #{deptId});
|
||||||
|
|
||||||
</insert>
|
</insert>
|
||||||
<delete id="remove">
|
<delete id="remove">
|
||||||
|
|
Loading…
Reference in New Issue