Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master hibernate #411

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
修正机构id为uuid时,不能获取树状资料的问题。
  • Loading branch information
liaoxuewei committed Dec 17, 2014
commit e9a37d938da18f1ac6a23a6a1bc2ac0cfc642f4c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public String delete(String id, RedirectAttributes redirectAttributes) {
@ResponseBody
@RequestMapping("treeData")
public List<Map<String, Object>> treeData(HttpServletResponse response,
@RequestParam(required = false) Long extId,
@RequestParam(required = false) String extId,
@RequestParam(required = false) Long type,
@RequestParam(required = false) Long grade) {

Expand Down