Commit ea811b1d by fudahua

Merge branch 'master-6-3' into developer

parents 35fcf927 feb0e502
...@@ -439,6 +439,9 @@ public class DepartmentApiServiceImpl implements DepartmentApiService { ...@@ -439,6 +439,9 @@ public class DepartmentApiServiceImpl implements DepartmentApiService {
if("storeGroupId".equals(name)) { if("storeGroupId".equals(name)) {
storeParentId = value; storeParentId = value;
} }
if("storeId".equals(name)) {
storeId = (value);
}
} }
DepartmentDTO department = departmentService.getByRelatedId(storeId); DepartmentDTO department = departmentService.getByRelatedId(storeId);
DepartmentDTO parent = departmentService.getByRelatedId(storeParentId); DepartmentDTO parent = departmentService.getByRelatedId(storeParentId);
......
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