mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -257,8 +257,8 @@ public class PileMerchantInfoServiceImpl implements IPileMerchantInfoService {
|
||||
public List<PileMerchantInfo> queryInfoListByIds(AuthorizedDeptVO authorizedMap) {
|
||||
String parentId = authorizedMap.getParentId();
|
||||
List<String> deptIds = Lists.newArrayList();
|
||||
// 父级id为100表示为 thinkgem 账号, 0为 jskf 账号
|
||||
if (!StringUtils.equals("100", parentId) && !StringUtils.equals("0", parentId)) {
|
||||
// 父级id为0代表 thinkgem/jskf 账号
|
||||
if (!StringUtils.equals("0", parentId)) {
|
||||
String deptId = authorizedMap.getDeptId();
|
||||
deptIds.add(deptId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user