Commit e15dca2f authored by hongguangwu's avatar hongguangwu

代扣,只能金额

parent d528267d
......@@ -202,7 +202,7 @@ public class SalaryAccountUtil implements Serializable {
new BigDecimal(cellValueStr.replace(",",""));
} catch (Exception ex) {
errorFlag = false;
error = "第" + (i + 2) + "行:代扣 ,只能是金额!";
error = "第" + (i + 2) + "行:代扣,只能是金额!";
errorList.add(new ErrorMessage((i + 2), error));
continue;
}
......
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