Commit 30d34cdd by jinxin

文案修改

parent 68092204
......@@ -1086,7 +1086,7 @@ public class StaffApiServiceImpl implements StaffApiService {
stringMap.put("takeoverStaffName",takeOverStaff.getStaffName());
stringMap.put("errorCode",String.valueOf(dto.getErrcode()));
if("701017".equals(String.valueOf(dto.getErrcode()))){
stringMap.put("errorMessage","帐号30天内迁移过!");
stringMap.put("errorMessage","帐号30天内迁移过");
}
failedList.add(stringMap);
}
......
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