技术监督管理
This commit is contained in:
@@ -21,6 +21,9 @@ public class PvTerminalTreeVO {
|
||||
@ApiModelProperty(name = "pid",value = "父级id")
|
||||
private String pid;
|
||||
|
||||
@ApiModelProperty(name = "pids",value = "父级ids")
|
||||
private String pids;
|
||||
|
||||
@ApiModelProperty(name = "name",value = "名称")
|
||||
private String name;
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
|
||||
|
||||
<select id="allDeptList" resultType="PvTerminalTreeVO">
|
||||
select id,name,pid,code from sys_dept where state = 1 order by sort
|
||||
select id,name,pid,pids,code from sys_dept where state = 1 order by sort
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user