Commit feb0e502 by fudahua

secret接口更改

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