Commit 0045c670 authored by hezhen's avatar hezhen

123

parent 203bd6c1
......@@ -61,6 +61,7 @@ public interface UserRestInterface {
return;
}
Integer dataAll=userDTO.getDataAll()== null ? 2 : userDTO.getDataAll();
System.out.println("---dataAll==="+dataAll);
if (dataAll == 2){
List<Integer> dataCompany2List = userDTO.dataCompany2List();
if (dataCompany2List != null && dataCompany2List.size() > 0){
......
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