Commit a2d16fde by jinxin

Merge remote-tracking branch 'origin/developer' into test_branch

parents 6484e2ff 4864df17
......@@ -976,7 +976,7 @@ public class StaffApiServiceImpl implements StaffApiService {
List<AccountTransferUserDTO> resultList = listServiceResponse.getResult();
result.setTotalNum(resultList.size());
for (AccountTransferUserDTO dto : resultList) {
if(Constant.SUCCESS.equals(dto.getErrcode())){
if(0==dto.getErrcode()){
//企微转移成功,好办staff表对应更新
successNum++;
TabHaobanStaff handoverStaff = collect.get(map.get(dto.getHandover_userid()));
......
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