个税云升级

取消:不再需要填写“人员状态”(原“正常/非正常”选项);
新增:是否离职后补发工资:员工有离职日期时可选择“是/否”;
This commit is contained in:
钱涛 2026-01-28 13:48:15 +08:00
parent 9858d8e024
commit af03446628
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ public class EmployeeDeclareExcelServiceImpl extends Service implements Employee
InputStream fileInputStream = null;
try {
fileInputStream = ImageFileManager.getInputStreamById(Integer.parseInt(param.getImageId()));
Sheet sheet = ExcelSupport.parseFile(fileInputStream, 0, EXCEL_TYPE_XLSX);