Commit 367a9b41 authored by Administrator's avatar Administrator

countyList,groupList,查询出入库数,更新出入库数的taskListId字段改为taskId

parent 7736ee5c
...@@ -366,7 +366,7 @@ public class UserApi { ...@@ -366,7 +366,7 @@ public class UserApi {
* *
* @return * @return
*/ */
@RequestMapping("getGroupListByTaskListId") @RequestMapping("getGroupListByTaskId")
// @RequiresPermissions("userInfo.add")//权限管理; // @RequiresPermissions("userInfo.add")//权限管理;
public String getGroupListByTaskId(@RequestParam("taskId") String taskId, HttpServletResponse resp) { public String getGroupListByTaskId(@RequestParam("taskId") String taskId, HttpServletResponse resp) {
List<GroupListEntity> groupNoEntity = groupListService.findGroupListByTaskId(taskId); List<GroupListEntity> groupNoEntity = groupListService.findGroupListByTaskId(taskId);
......
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