人员报送批量处理
This commit is contained in:
parent
d0e7f7ed8c
commit
ae43dbbe04
|
|
@ -477,7 +477,7 @@ public class EmployeeDeclareWrapper extends Service {
|
|||
} finally {
|
||||
}
|
||||
}
|
||||
return String.format("成功:" + success + "个,失败:" + fail + "个%", fail == 0 ? "" : ",失败原因:" + msg);
|
||||
return String.format("成功:" + success + "个,失败:" + fail + "个%s", fail == 0 ? "" : ",失败原因:" + msg);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -542,7 +542,7 @@ public class EmployeeDeclareWrapper extends Service {
|
|||
} finally {
|
||||
}
|
||||
}
|
||||
return String.format("成功:" + success + "个,失败:" + fail + "个%", fail == 0 ? "" : ",失败原因:" + msg);
|
||||
return String.format("成功:" + success + "个,失败:" + fail + "个%s", fail == 0 ? "" : ",失败原因:" + msg);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -602,7 +602,7 @@ public class EmployeeDeclareWrapper extends Service {
|
|||
} finally {
|
||||
}
|
||||
}
|
||||
return String.format("成功:" + success + "个,失败:" + fail + "个%", fail == 0 ? "" : ",失败原因:" + msg);
|
||||
return String.format("成功:" + success + "个,失败:" + fail + "个%s", fail == 0 ? "" : ",失败原因:" + msg);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue