Commit e0bcd986 by huluobin

update

parent a8c8e2b7
...@@ -86,7 +86,7 @@ public class DashboardController { ...@@ -86,7 +86,7 @@ public class DashboardController {
.eq(StoreManage::getName, storeName)); .eq(StoreManage::getName, storeName));
stringObjectMap.put("departmentId", storeManage == null ? 0 : storeManage.getId()); stringObjectMap.put("departmentId", storeManage == null ? 0 : storeManage.getId());
}); });
return JsonResult.success(); return JsonResult.success(data);
} }
......
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