修改资产授权添加sql

master
lwj 2024-09-01 20:49:15 +08:00
parent 17ea91c7b6
commit d9330e77d8
2 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,6 @@ public class TableInfoController {
}
@GetMapping("/findStruceure/{id}")
public Result<List<Structure>> findStruceure(@PathVariable("id") Integer id) {
List<Structure> structureList= structureService.findStructurelistS(id);

View File

@ -47,7 +47,7 @@
<insert id="addMiddle">
INSERT INTO `text`.`middle`
(`basic_id`, `user_id`, `table_id`,
`dept_id`,) VALUES ( #{basicId}, #{userId}, #{tableId}, #{deptId});
`dept_id`) VALUES ( #{basicId}, #{userId}, #{tableId}, #{deptId});
</insert>
<delete id="remove">