forked from binarywang/WxJava
- Notifications
You must be signed in to change notification settings - Fork 0
CP_部门管理
Daniel Qian edited this page Oct 22, 2014 · 1 revision
WxCpDepart depart = new WxCpDepart(); depart.setName("子部门" + System.currentTimeMillis()); depart.setParentId(1); depart.setOrder(1); Integer departId = wxCpService.departCreate(depart);List<WxCpDepart> departList = wxCpService.departGet();depart.setName("子部门改名" + System.currentTimeMillis()); wxCpService.departUpdate(depart);wxCpService.departDelete(depart.getId());