|
@@ -64,15 +64,14 @@ func (e *EmPloyService) InfoEmployinfo(in *types.InfoEmployinfoReq) ([]map[strin
|
|
|
batchEmploy = gconv.Int64((*configData)["batch_employ"])
|
|
|
}
|
|
|
//版本查询
|
|
|
- /*res := MC.Middleground.ResourceCenter.Haspowers(in.AccountId, in.EntAccountId, in.EntId, in.EntUserId)
|
|
|
+ res := MC.Middleground.ResourceCenter.Haspowers(in.AccountId, in.EntAccountId, in.EntId, in.EntUserId)
|
|
|
version := 0
|
|
|
for _, pCode := range res.Powers {
|
|
|
//0:通用版 1:物业专版
|
|
|
if pCode == "bi_yx_wyzb" {
|
|
|
version = 1
|
|
|
}
|
|
|
- }*/
|
|
|
- version := 1
|
|
|
+ }
|
|
|
infoId1Arr := []string{}
|
|
|
niJianIdArr := []string{}
|
|
|
infoId2Arr := []string{}
|