Commit b692644f by jinxin

企业微信成功值修改

parent 0f8b789b
......@@ -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