Skip to content

Commit

Permalink
InvController 修改获取未审核问卷的方法
Browse files Browse the repository at this point in the history
  • Loading branch information
suvvm committed Nov 27, 2019
1 parent 6b7e32b commit 053b448
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public String getInvisibleInv(){
investigate.setVisible(false);
List<Investigate> invList = invMapper.getInvestigate(investigate);
String res = JSONArray.toJSONString(invList);
// System.out.println("res!!!" + res);
return res;
}

Expand Down

0 comments on commit 053b448

Please sign in to comment.