|
@@ -23,7 +23,14 @@ public class KlRelationFacade extends KlRelationServiceImpl {
|
|
|
public TreeDTO getTree(TreeVO treeVO) {
|
|
|
TreeDTO treeDTO = new TreeDTO();
|
|
|
List<Long[]> pList = new ArrayList<>();
|
|
|
- pList.add(new Long[] { 402L, 600L, 301L, 600L, 101L });
|
|
|
+ pList.add(new Long[] { 402L, 600L, 301L, 600L, 101L });//药品化学物质类别
|
|
|
+ pList.add(new Long[] { 403L, 600L, 302L, 600L, 101L });//药品治疗学类别
|
|
|
+ pList.add(new Long[] { 404L, 600L, 303L, 600L, 101L });//药品药理学类别
|
|
|
+ pList.add(new Long[] { 405L, 600L, 304L, 600L, 101L });//药品解剖学类别
|
|
|
+ pList.add(new Long[] { 406L, 600L, 305L, 600L, 103L });//症状类别
|
|
|
+ pList.add(new Long[] { 407L, 600L, 306L, 600L, 106L });//手术和操作类别
|
|
|
+ pList.add(new Long[] { 408L, 600L, 107L, 600L, 108L });//实验室检查类别
|
|
|
+ pList.add(new Long[] { 409L, 600L, 109L, 600L, 110L });//实验室检查类别
|
|
|
|
|
|
|
|
|
RelationVO relationVO = new RelationVO();
|