Commit fb7f9bdd authored by 赵啸非's avatar 赵啸非

添加查询存在业务的部门

parent e0491256
...@@ -147,7 +147,7 @@ public class DeptController extends BaseCRUDJsonBodyMappingController<DeptServic ...@@ -147,7 +147,7 @@ public class DeptController extends BaseCRUDJsonBodyMappingController<DeptServic
*/ */
@GetMapping(value = "getDeptListByExistBusiness") @GetMapping(value = "getDeptListByExistBusiness")
@UnAuth @UnAuth
public String getDeptListByExistBusiness(@PathVariable("siteId") Long siteId) { public String getDeptListByExistBusiness(@RequestParam("siteId") Long siteId) {
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
String busiDesc = "根据业务查询存在的部门列表" + this.getModuleDesc(); String busiDesc = "根据业务查询存在的部门列表" + this.getModuleDesc();
try { try {
......
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