Commit cad2c385 by 徐高华

Merge branch 'master_xgh_我的客户迭代' into 'developer'

门店

See merge request !383
parents 40ddcd7b e0da68f3
......@@ -898,7 +898,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
int size = storeIds.size();
storeRoleDTO.setStoreCount(size);
if (size == 1) {
if (size >= 1) {
storeRoleDTO.setStoreId(storeIds.get(0));
}
return storeRoleDTO;
......
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