Commit 89389b47 by qwmqiuwenmin

fix

parent 5137a767
......@@ -38,6 +38,7 @@ import com.gic.haoban.common.utils.PageUtil;
import com.gic.haoban.common.utils.StringUtil;
import com.gic.haoban.common.utils.UuidUtil;
import com.gic.haoban.manage.api.service.StaffApiService;
import com.gic.haoban.manage.api.service.WxEnterpriseRelatedApiService;
import com.gic.haoban.manage.service.dao.mapper.StaffDepartmentRelatedMapper;
import com.gic.haoban.manage.service.dao.mapper.StaffMapper;
import com.gic.haoban.manage.service.entity.TabHaobanDepartment;
......@@ -86,6 +87,8 @@ public class StaffApiServiceImpl implements StaffApiService {
private StoreGroupService storeGroupService;
@Autowired
private UserLoginLogService userLoginLogService;
@Autowired
private WxEnterpriseRelatedApiService wxEnterpriseRelatedApiService;
@Override
public StaffDTO selectById(String staffId) {
......@@ -614,8 +617,10 @@ public class StaffApiServiceImpl implements StaffApiService {
continue;
}
}
addClerkByGic(clerkMid);
if(wxEnterpriseRelatedApiService.enterpriseUseNew(clerkMid.getEnterpriseId())){
addClerkByGic(clerkMid);
}
}
......
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