Commit 5edec21a by huluobin

# update

parent 9b877489
...@@ -264,7 +264,6 @@ public class CostDomain implements Serializable { ...@@ -264,7 +264,6 @@ public class CostDomain implements Serializable {
String fileName = filePath.substring(filePath.lastIndexOf("&") + 1); String fileName = filePath.substring(filePath.lastIndexOf("&") + 1);
costDto.setFileName(fileName); costDto.setFileName(fileName);
} }
// 抵个税 // 抵个税
if (1 == costDto.getCostForm()) { if (1 == costDto.getCostForm()) {
......
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