Commit a95a0286 authored by wuqinghua's avatar wuqinghua

2021/11/12 吴卿华

parent 54051d7a
...@@ -31,7 +31,6 @@ public class TransferLocation { ...@@ -31,7 +31,6 @@ public class TransferLocation {
* @return * @return
*/ */
public List<SearchRelationshipVo> transferLocation(List<SearchRelationshipVo> transferAssociationList){ public List<SearchRelationshipVo> transferLocation(List<SearchRelationshipVo> transferAssociationList){
System.out.println("111");
/**-----------------------------------层级排序----------------------------------------*/ /**-----------------------------------层级排序----------------------------------------*/
List<SearchRelationshipVo> searchRelationshipVoList=new ArrayList<>(); List<SearchRelationshipVo> searchRelationshipVoList=new ArrayList<>();
int Hierarchy=1; int Hierarchy=1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment