Merge branch 'release/个税版本' into custom/钱智

This commit is contained in:
钱涛 2025-09-25 11:03:07 +08:00
commit 33328ac7b9
1 changed files with 3 additions and 3 deletions

View File

@ -520,7 +520,7 @@ public class EmployeeDeclareWrapper extends Service {
.build();
getEmployeeDeclareOptService(user).record(po);
}
return String.format("成功:" + success + "个,失败:" + fail + "个%", fail == 0 ? "" : ",失败原因:" + msg);
return String.format("成功:" + success + "个,失败:" + fail + "个%s", fail == 0 ? "" : ",失败原因:" + msg);
}
/**
@ -591,7 +591,7 @@ public class EmployeeDeclareWrapper extends Service {
.build();
getEmployeeDeclareOptService(user).record(po);
}
return String.format("成功:" + success + "个,失败:" + fail + "个%", fail == 0 ? "" : ",失败原因:" + msg);
return String.format("成功:" + success + "个,失败:" + fail + "个%s", fail == 0 ? "" : ",失败原因:" + msg);
}
/**
@ -658,7 +658,7 @@ public class EmployeeDeclareWrapper extends Service {
.build();
getEmployeeDeclareOptService(user).record(po);
}
return String.format("成功:" + success + "个,失败:" + fail + "个%", fail == 0 ? "" : ",失败原因:" + msg);
return String.format("成功:" + success + "个,失败:" + fail + "个%s", fail == 0 ? "" : ",失败原因:" + msg);
}