Commit 46c767a4 by jinxin

转移errorCode添加

parent 79b98a8b
......@@ -72,7 +72,7 @@ public class TransferActiveCodeDTO implements Serializable {
log.append("失败明细:");
for (int i=1;i<=this.failedList.size();i++){
Map<String, String> stringMap = this.failedList.get(i - 1);
log.append(i+".(转移成员:"+stringMap.get("handoverStaffName")+",接收成员:"+stringMap.get("takeoverStaffName")+",errorCode:"+stringMap.get("errorCode")+");");
log.append(i+".(转移成员:"+stringMap.get("handoverStaffName")+",接收成员:"+stringMap.get("takeoverStaffName")+",失败原因错误码:"+stringMap.get("errorCode")+");");
}
//去掉末尾的分号
String substring = log.substring(0, log.toString().length() - 1);
......
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